> I see no reason why we can't keep the QTextCodec _interface_ in Qt Core,
> together with some interface to register new codecs, provide UTF-* directly,
> and let the "fancy" ones live on in a seperate module, plugging them in
> at runtime.

My opinion is the same. Keep QTextCodec in QtCore with only UTF 
encodings. All others, like ICU and the conversion tables, move to a 
module and are only enabled when the users choose to do so.

Rainer
_______________________________________________
Development mailing list
Development@qt-project.org
https://lists.qt-project.org/listinfo/development

Reply via email to