Use QString::utf16 for unicode. There is no need to copy it unless you need to alter it. If you do need to alter it, you can use QString::toWCharArray.
Use QString::utf16 for unicode. There is no need to copy it unless you need to alter it. If you do need to alter it, you can use QString::toWCharArray.
Bookmarks