Re[2]: reading a file

new topic     » topic index » view thread      » older message » newer message

> Hi,

> Well, it depends which environment are you using (or text was 
> built). If your platform is Windows (or DOS) then you have to look 
> for a CR+LF (0Dh+0Ah). If you're on Linux (Unix) then it's only LF 
> (0Ah). In other hand we have Macintosh that uses only CR (0Dh) at 
> line end. You should test to see what you're finding before choose 
> the right algorithm.

> Cheers!

> -- Euler

If the file is being read in using text mode ("r" instead of "rb"
passed to open) then all newlines will be converted to 10.

Thomas Parslow (PatRat) ICQ #:26359483
Rat Software
http://www.rat-software.com/
Please leave quoted text in place when replying

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu