Shouldn't QString::fromLocal8Bit() always do the trick? Because this seems to do the same: take an 8 bit string and convert it to Unicode based on the locale.
I made a stupid mistake there, I used :
Qt Code:
QString string; string.fromLocal8Bit("something");To copy to clipboard, switch view to plain text mode
instead of
Qt Code:
To copy to clipboard, switch view to plain text mode
Bookmarks