[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Make text data file use system native line ends by default.
From: |
Jeremy Lavergne |
Subject: |
Re: [PATCH] Make text data file use system native line ends by default. |
Date: |
Mon, 18 Mar 2013 13:44:51 -0400 |
> Except that I have heard that Mac OS, to assert its penchant
> for non-conformance, uses neither LF, not CRLF, but LFCR.
Here's a list of several various newlines and the OSes that use them:
http://en.wikipedia.org/wiki/Newline#Representations
Mac OS used CR, OS X uses LF and Windows uses CRLF.