Re[2]: reading a file
- Posted by "Thomas Parslow (PatRat)" <patrat at rat-software.com> Jan 03, 2002
- 452 views
> 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