4
This is one thing that has been annoying me for sometime.
For some files, whenever I download them via Filezilla, and opening them up in Eclipise/Dreamweaver IDE, it will result in double line spacing. On the server, it is single line-spacing, and in Notepad as well.
Checking a hex editor, it seems that the newlines got mangled. Instead of
\r\n
or just a
\r
I get a \r\n\n
And I have to use the hex editor to fix the problem. Any ideas what may be wrong here? Maybe some settings in Filezilla?
Thanks!
My recommendation would have been the exact opposite: tell your client to handle all files as binary so it won't mess with them. – innaM – 2009-09-11T08:20:51.563
Ah, I missed the "\r\r\n" – Arjan – 2009-09-11T08:23:20.187