Quote:
Quote:
I clicked the attachment, and told firefox to save to disk.


I did the same in IE, and it comes out with no line endings in it, at all.


Most likely it just has standard "newline" characters in it ('\n'). This is how just about every O/S in the world stores text files. Except for Microsoft OSs, which want a newline *and* a carriage-return (yes, the typewriter thing).

Try a cross-platform text editor (vim, gvim, emacs.. ) and see if that helps.

EDIT: Mmm.. looking at the file here, it seems to have both the newline and carriage-return characters in it. So perhaps your web-browser is being stupid.

-ml


Edited by mlord (19/08/2006 18:25)