Posts: 3,621
Name: Thierry
Location: I'm the uber Spaminator !
|
I suspect that the culprit is windows notepad, if you try to use it to view the generated file. Windows "new line" characters are "\r\n" (Carriage return + line feed) Linux is "\n" (New line) and mac is "\r" (Carriage return) Notepad must have an \r\n sequence to show a new line. Try to open the file in wordpad, rather than notepad. This program can handle unix/mac new lines, and should display it correctly.
__________________
Only a biker knows why a dog sticks his head out the window.
|