On Thu, May 24, 2012 at 12:47 PM, Thiago Macieira <[email protected]> wrote: > You misunderstand Latin 1 then. If you read the contents with Latin1 and write > using Latin1, you get exactly what you had before. No data is lost. >
I know Latin1, I just forget that QString::toLocal8Bit() always equals QString::toLatin1() when QT_NO_TEXTCODEC is defined. ;-) Debao. _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
