summaryrefslogtreecommitdiffstats
path: root/src/corelib/codecs
Commit message (Expand)AuthorAgeFilesLines
* Align the CP949 codec name with ICULars Knoll2012-07-312-6/+9
* Small doc fixes about the list of supported codecs.Lars Knoll2012-07-311-3/+3
* Do not preload any codecs anymore when using ICULars Knoll2012-07-314-30/+81
* Add a factory method to QIsciiCodec and fix the namesLars Knoll2012-07-312-9/+21
* Use ICU instead of iconv/windows codecs for the localeLars Knoll2012-07-314-35/+50
* Make codecForLocale atomicLars Knoll2012-07-311-36/+35
* ICU code page conversion supportLars Knoll2012-07-314-24/+790
* Rename some codecs to be in line with ICULars Knoll2012-07-311-2/+2
* Disable iconv on utf-8 based platformsLars Knoll2012-07-312-4/+5
* Lazily initialize iconv in the iconv codecLars Knoll2012-07-312-4/+12
* Use utf-8 as the locale codec where it makes senseLars Knoll2012-07-311-6/+8
* Remove encoding detection according to LANGLars Knoll2012-07-311-142/+0
* Move the text codec list to qcoreglobaldata.Lars Knoll2012-07-312-195/+90
* Move the windows locale codec into it's own fileLars Knoll2012-07-234-217/+330
* Remove the font codecsLars Knoll2012-06-2512-902/+2
* The codecForTr() should be utf8Lars Knoll2012-06-251-1/+1
* define QT_NO_ICONV if QT_NO_TEXTCODECJeremy Katz2012-06-201-0/+4
* disable codecs for asian language when QT_NO_BIG_CODECS definedTasuku Suzuki2012-06-1423-56/+65
* QtCore: remove \link usagesGiuseppe D'Angelo2012-05-292-8/+7
* Avoid using iconv for text conversion where possibleLars Knoll2012-05-162-38/+29
* QChar: add isSurrogate() and isNonCharacter() to the public APIKonstantin Ritt2012-05-161-4/+3
* add some useful methods to QUnicodeTables::Konstantin Ritt2012-05-101-15/+3
* Add Android to conditionals around langinfo.h usage.Robin Burchell2012-05-041-3/+5
* Doc: Prepare for building modular QtCore docs.Casper van Donderen2012-04-192-10/+10
* replace hardcoded values with a surrogate handling methodsKonstantin Ritt2012-04-131-3/+3
* fix QUtf8 codec to disallow codes in range [U+fdd0..U+fdef]Konstantin Ritt2012-04-111-1/+1
* Fix scopes on iconv related pro/pri filesRafael Roquetto2012-03-271-1/+1
* Restore some source compatibilityLars Knoll2012-03-121-0/+4
* Updated codecs.pri to reflect new QNX mkspec nameRafael Roquetto2012-03-091-1/+1
* Fixes wrong iconv_open call under QNXRafael Roquetto2012-03-091-1/+1
* Fixes mismatching delete operatorRafael Roquetto2012-03-091-1/+1
* Fixes potential memory leak in qtextcodec.cppNick Ratelle2012-03-081-17/+9
* Remove codecForTr().Robin Burchell2012-03-062-44/+0
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-03-041-3/+3
|\
| * Merge master -> api_changesRohan McGovern2012-02-292-34/+1
| |\
| * | QByteArray: deprecate QT_NO_CAST_FROM_BYTEARRAY-protected operatorsMarc Mutz2012-02-261-3/+3
* | | Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-022-71/+71
| |/ |/|
* | Remove custom text codec for C strings.Robin Burchell2012-02-222-34/+1
|/
* Fixes QIconvCodec::convertToUnicode()Nick Ratelle2012-02-052-1/+6
* Add support for QNX iconv implementationRafael Roquetto2012-02-032-0/+6
* Windows: Fix inclusion of <windows.h>Friedemann Kleint2012-02-011-2/+5
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-3035-35/+35
* Remove use of QT_MODULE from libraryGunnar Sletta2012-01-251-1/+0
* Update contact information in license headers.Jason McDonald2012-01-2335-35/+35
* remove obsolete codec plugin loading codeMark Brand2012-01-204-344/+2
* cosmetic adjustments for files moved to core/codecsMark Brand2012-01-2017-44/+143
* update private header referencesMark Brand2012-01-2011-13/+13
* move plugin text codecs to QtCoreMark Brand2012-01-2019-22/+38982
* build and load text codecs regardless of iconv and platformMark Brand2012-01-202-30/+22
* fix whitespaceMark Brand2012-01-201-17/+16