summaryrefslogtreecommitdiffstats
path: root/src/corelib/codecs/qutfcodec.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersAkseli Salovaara2015-03-311-13/+13
* Updated year in copyright headerKai Koehne2014-03-261-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-24/+24
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Replace explicit surrogate handlers by inline methods of QChar classsuzuki toshiya2011-09-071-4/+4
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
* Fixed many spelling errors.Rohan McGovern2010-10-251-1/+1
* Autotest: Fix failing QTextCodec testsThiago Macieira2010-03-081-1/+1
* Make the UTF-8 encoder/decoder not accept Unicode non-charactersThiago Macieira2010-03-051-3/+25
* Finish reverting the UTF-8 hack added in 80ea01c6 (P4 106704, Qt 3.2).Thiago Macieira2010-03-051-9/+2
* remove pointless conditionalsOswald Buddenhagen2010-02-011-3/+2
* micro-optimizationOswald Buddenhagen2010-02-011-1/+1
* Update copyright year to 2010Jason McDonald2010-01-061-1/+1
* Update license headers again.Jason McDonald2009-09-091-4/+4
* Merge branch '4.5' into 4.6Thiago Macieira2009-08-311-13/+13
|\
| * Update tech preview license header.Jason McDonald2009-08-311-13/+13
| * Update license headers.Jason McDonald2009-08-111-1/+1
* | Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
* | A small optimisation for the utf8->utf16 conversion.Denis Dzyubenko2009-07-161-21/+11
* | Changed the implementation of the unicode text codecs to share more code with...Denis Dzyubenko2009-07-161-147/+174
* | Small speedup of construction of uninitialized QByteArrayshjk2009-06-191-2/+1
* | Don't initialize data that will be overwritten immediately.hjk2009-06-181-2/+1
* | Merge license header changes from 4.5Volker Hilsheimer2009-06-161-2/+2
|\ \ | |/
| * Update license headers as requested by the marketing department.Jason McDonald2009-06-161-2/+2
* | UTF-8 text codec should be able to convert data when fed one by one byte.Denis Dzyubenko2009-06-111-1/+10
* | Skip the byte order mark when converting the utf16 and utf32 dataDenis Dzyubenko2009-06-111-2/+2
|/
* Fix BOM for UTF-32 codecMarius Storm-Olsen2009-06-031-1/+1
* Alias for QUtf16Codec is wrong.Frans Englich2009-04-241-3/+1
* Long live Qt 4.5!Lars Knoll2009-03-231-0/+634