Details
-
Suggestion
-
Resolution: Out of scope
-
P4: Low
-
None
-
None
Description
QIODevice supports Unix, Mac OS X and Windows EOL terminators. But Mac OS 9 uses CR (\r) only. Qt strips these away on a Unix system, so older Mac text files are read as one long line.
The suggestion is to support Mac OS 9 EOLs. If we do that, we will be covering 100% of the EOL alternatives out there.