Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
5.1.0
-
None
-
b02eb3b436b49054fe972023c220b7760a0f48f5
Description
When compiled with ICU support, QTextCodec::availableCodecs simply call QIcuCodec::availableCodecs, and only codecs provided by ICU are listed. If I subclass QTextCodec to make my own codec, it will not be included in the list returned.