Details
-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
6.6, 6.7
-
None
-
f8359084b (dev), d4c4e6b87 (dev), 23013db67 (6.8)
Description
`QStringList QStringConverter::availableCodecs()` returns a list of QStrings and the documentation says:
The names returned by this function can be passed to QStringEncoder's and QStringDecoder's constructor to create a en- or decoder for the given codec.
`QStringEncoder` and `QStringDecoder` constructor takes a const char * as a name.
I suggest adding a QStringEnDecoder overload with a QString to make it easy to do the combination.