The easiest way is to use hexeditor. CR is 0x0d and LF is 0x0a. Under Unix text files have only LF at the end of line and that's what QTextStream expects. Maybe those files were created on Mac (it uses CR, so it could fool QTextStream)?Originally Posted by atm
Bookmarks