2012/4/22 Thiago Macieira <thiago.macie...@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("......"); _______________________________________________ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development