Use ICU to do code page conversion instead of the builtin text codecs. With this QTextCodec simply becomes a wrapper around ICU's ucnv_* methods. We only keep our own codecs for UTF-*, ISO-8859-1, ISO-8859-15 for performance reasons, and for TSCII and iscii-* because they aren't supported by ICU. Change-Id: I4fc49eba55cf772b9772c6dac606a47a44346a60 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> |
||
|---|---|---|
| .. | ||
| echo | ||
| test | ||
| .gitattributes | ||
| .gitignore | ||
| QT4-crashtest.txt | ||
| korean.txt | ||
| qtextcodec.pro | ||
| tst_qtextcodec.cpp | ||
| utf8.txt | ||