Quote:
Originally posted by Calvinguy
Try to open the files in windows notepad or wordpad.
If it looks fine it's windows newline \r
If there is a square box in the end every line it's unix newline \n.
Windows can't handle unix newlines and fuckup and show a square instead. Some default ascii char.
|
Thanks, but the problem with this is that you never know if your FTP client is converting it. So what I meant to ask was: how do I do this on my server (in Linux) without downloading it?