summaryrefslogtreecommitdiffstats
path: root/src/corelib/codecs/qicucodec.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-111-0/+1
|\
| * Reduce allocations by using reserve()Sérgio Martins2016-02-071-0/+1
* | Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* Make data tables const.Volker Krause2015-05-051-1/+1
* Fix support for iso8859-16 when compiling with ICULars Knoll2015-03-181-0/+3
* QTextCodec: micro-optimize loops.Friedemann Kleint2015-02-121-4/+8
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Add support for "Apple Roman" encodingAlexander Volkov2014-10-241-0/+2
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Add ISO 8859-11 as an alias for TIS-620David Faure2013-02-271-1/+2
* Fix QTextCodec race.David Faure2013-01-221-2/+5
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Enable module build with QT_NO_CODECSTasuku Suzuki2012-11-261-0/+2
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Exclude QIcuCodec when QT_NO_TEXTCODEC is definedJ-P Nurmi2012-09-161-0/+4
* ICU: Fix crash in codecForMib(2107)Kai Koehne2012-08-231-0/+4
* ICU: Mark which functions are threadsafe and which ones aren'tThiago Macieira2012-08-041-8/+7
* Do not preload any codecs anymore when using ICULars Knoll2012-07-311-6/+48
* Use ICU instead of iconv/windows codecs for the localeLars Knoll2012-07-311-1/+15
* ICU code page conversion supportLars Knoll2012-07-311-0/+625