The get-lines strategy that is used for splitting a file now supports \r, \r\n and \n. Unfortunately, sglr does not support \r line separators, but this should be reported to sglr itself.
OSX uses \n these days, so I think supporting \r as a terminator is not critical anyway.
Martin Bravenboer [2006-07-01 23:59]
The get-lines strategy that is used for splitting a file now supports \r, \r\n and \n. Unfortunately, sglr does not support \r line separators, but this should be reported to sglr itself.
OSX uses \n these days, so I think supporting \r as a terminator is not critical anyway.
OSX uses \n these days, so I think supporting \r as a terminator is not critical anyway.