[Development] Why we *have to* remove codecFor... ?

Robin Burchell robin+qt at viroteck.net
Sun Apr 22 13:19:19 CEST 2012


2012/4/22 Thiago Macieira <thiago.macieira at intel.com>:
> Any compiler or text editor that can't understand UTF-8 (without a BOM) will
> receive from me the label of "crap" and will not take into consideration the
> problems users using them have with the plan above.

Well, they'd also be able to use QTextCodec directly to achieve the
same end result.

QTextCodec *codec = QTextCodec::codecForName("...");
codec->toUnicode("......");



More information about the Development mailing list