summaryrefslogtreecommitdiffstats
path: root/src/corelib/codecs/qutfcodec.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Merge remote-tracking branch 'origin/stable' into devJ-P Nurmi2014-06-051-11/+8
|\
| * UTF-8: always store the SIMD result, even if invalidThiago Macieira2014-05-271-11/+8
* | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-05-221-8/+36
|\|
| * Fix stateful handling of invalid UTF-8 straddling buffer bordersThiago Macieira2014-05-131-8/+36
* | Improve a few string operations with AVX2Thiago Macieira2014-05-211-15/+32
|/
* Restore handling of BOMs in QString::fromUtf8Thiago Macieira2014-04-241-15/+29
* Fix off-by-one error: the next ASCII character is next oneThiago Macieira2014-02-221-2/+2
* QUtfCodec: don't encode invalid UCS-4 codepointsGiuseppe D'Angelo2014-02-071-8/+9
* Add support for UTF-8 encoding/decoding with SIMDThiago Macieira2014-01-311-15/+129
* Add a new UTF-8 decoder, similar to the encoder we've just addedThiago Macieira2014-01-091-86/+89
* Add a new UTF-8 encoder and use it from QStringThiago Macieira2014-01-091-45/+41
* Allow non-character codes in utf8 stringsKurt Pattyn2013-10-171-11/+2
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* 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
* 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
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Remove duplicate check in utf endian detectionKent Hansen2011-10-061-14/+12
* Replace explicit surrogate handlers by inline methods of QChar classsuzuki toshiya2011-09-121-4/+4
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+670