On Fri, Nov 09, 2018 at 02:44:09AM +0000, Wookey via Therion wrote:
> The issue is the difference between Unix lineends, windows/DOS lineends and macos lineends.
> unix uses 0x0A (10), Macos Uses 0x0D (14) and DOS/Windows uses both (0x0D,0x0A).
0x0D is actually 13 not 14.
Pre-OS-X Macs used that, but modern macs use Unix-style line endings.
Cheers,
Olly