Re: [Development] Status on QString's UTF-8 changes

2012-05-06 Thread Thiago Macieira
On quarta-feira, 2 de maio de 2012 16.26.42, Thiago Macieira wrote: > The following two pending commit changes the QString 8-bit functions to use > UTF-8, by *temporarily* changing fromAscii to mean fromUtf8, and toAscii to > mean toUtf8. > https://codereview.qt-project.org/24700 > http

[Development] Status on QString's UTF-8 changes

2012-05-02 Thread Thiago Macieira
Context: if you're reading this out of context, here's the context: we're changing the default encoding for QString's methods that deal with 8-bit data. In Qt 3 and 4, it was a variable encoding and defaulted to Latin 1 (set with QTextCodec::setCodecsForCStrings). In Qt 5, the variability was remov