
27 Jun
2006
27 Jun
'06
7:43 a.m.
It's likely that there is a mismatch of file formats. UNIX text files ends with a single \r character, while Windows ones ends with two: <CR><LF>.
I think on UNIX it's a single \n. The only OS using \r as "new line" is Mac iirc. But you are right about windows using \r\n. Philippe