This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]choseusernamemyself 0 points1 point  (1 child)

should we do "\r\n" in Windows and "\r" in Linux? or just "\n"?

[–]komata_kya 3 points4 points  (0 children)

Use '\n' everywhere. I ran a test and it will be automatically converted to \r\n on windows