If you're seeing this problem with notepad then mostly the file is being downloaded in binary mode. You might have better results using the internal editor. ultimately you really need to transfer text files in ascii mode, most often if they're sent in binary mode php, cgi, etc have trouble reading the files and you get unexpected results from your web server.
|