Camm Maguire <c...@maguirefamily.org> writes:

| Greetings!  There are a few files with \r\n line endings -- win32 has
| no problem with standard unix \n, right?

It depends on what you are doing.  Do those files need to be in text
mode or can you read and write them in binary mode (even if they will
contain text, if viewed from a Unix system)?

Most of the time, I try to open and write the files in binary mode so
that the CR+LF crazry stuff does not get in the way.  
And when I have to, I only issue CR on writing, but I accept CR+LF
in reading mode IF reading text files.

And I usually avoid editing programs under win32 :-)

-- Gaby

------------------------------------------------------------------------------
Achieve Improved Network Security with IP and DNS Reputation.
Defend against bad network traffic, including botnets, malware, 
phishing sites, and compromised hosts - saving your company time, 
money, and embarrassment.   Learn More! 
http://p.sf.net/sfu/hpdev2dev-nov
_______________________________________________
open-axiom-devel mailing list
open-axiom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/open-axiom-devel

Reply via email to