Working with IANA Chatacter Sets in Qt6
Unsolved
Qt 6
-
With Qt6 QTextCodec is deprecated and the new class QStringConverter is missing a way to create QStringDecoder and QStringEncoder using IANA Character Set MIBenum values.
My issue is I have a Specification (Bluetooth AVRCP 1.6.2) which tells me that data are to be interpreted with a specific character set. With Qt6 I am missing a way to create encoder and decoder for a specific set. My only way now is to match possible character sets myself.
Does have Qt6 have any way to work with IANA Character sets?
-
You should create a bug report about this. In the meanwhile you can use the qt5compat module - it will not go away until Qt7.