March 31, 2011
9:08 a.m.
2011/3/30 Marcus Denker <marcus.denker@inria.fr>:
On Mar 29, 2011, at 8:08 AM, Panu Suominen wrote:
I did not find a way to get line separator in the system independent manner. Linux uses character 10 (lf), windowses (two characters: 10, 13), and mac uses 13(not sure?). Is there already a way to do this? If not I can open a issue and propose a fix.
There is #guessDefaultLineEndConvention on MultiByteFileStream
Thanx. This seems to do the trick. -- Panu