We just started moving a Mac project to Windows.

When reading text resources into a QString, the Win version automatically
replaces all /n line endings with /r/n.  That screws up our line parsing.

The code creates a QString from QFile:readAll(), and the change happens
somewhere in that constructor.

Is there a way to prevent that behavior?  Using QFile::readLine() would be
a pain.

Thanks, Casey McD
_______________________________________________
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest

Reply via email to