summaryrefslogtreecommitdiffstats
path: root/src/corelib/codecs/qutfcodec.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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