Reputation: 4617
I have a QString which contains some unicode chars, and I want to convert the QString to a QByteArray. (Which is later converted back to a QString)
If I use toLatin, toUtf8 or toLocal8bit the unicode characters are lost upon conversion.
How to I convert these unicode character filled QString to a QByteArray?
Upvotes: 0
Views: 294