MAC format text file newline character?
C / C++ / MFC
2
Posts
1
Posters
0
Views
1
Watching
-
Does anyone know the LF character (or whatever is used to signify a newline in a MAC format text file)? I'm trying to convert a text file from MAC format to DOS format, and I was under the impression MAC format was the same as UNIX format with just a LF, but this doesn't seem to be the case. Cheers, Peter Pearson
-
Does anyone know the LF character (or whatever is used to signify a newline in a MAC format text file)? I'm trying to convert a text file from MAC format to DOS format, and I was under the impression MAC format was the same as UNIX format with just a LF, but this doesn't seem to be the case. Cheers, Peter Pearson
Just found it. MAC: CR UNIX: LF DOS: CRLF Cheers, Peter