summaryrefslogtreecommitdiffstats
path: root/src/corelib/text/qstringconverter.cpp
Commit message (Expand)AuthorAgeFilesLines
* QStringConverter: add comments marking the BOM checks and emissionsThiago Macieira2020-12-091-0/+5
* Be explicit in a uint->QChar conversionGiuseppe D'Angelo2020-11-081-1/+3
* Fix two missing conversions from in to qsizetypeAllan Sandfeld Jensen2020-10-291-1/+1
* Doc: Fix documentation warnings for string classesTopi Reinio2020-10-291-43/+14
* Convert a couple of APIs to use viewsLars Knoll2020-10-061-85/+106
* Fix some MSVC conversion warningsFriedemann Kleint2020-09-221-1/+1
* Only include <bit> if using post C++17Allan Sandfeld Jensen2020-09-151-1/+1
* Use universal C++20 bit operations when availableAllan Sandfeld Jensen2020-09-131-0/+8
* Initialize "uc1" variableWang Wei2020-09-081-1/+1
* Add x86 vector implementation of UTF-8 comparison to UTF-16Thiago Macieira2020-08-061-17/+121
* Optimize non-vectorized UTF-8 to UTF-16 comparison to US-ASCIIThiago Macieira2020-08-051-13/+21
* Implement UTF-16 to UTF-8 case-insensitive compare and make publicThiago Macieira2020-08-051-1/+1
* Rename local variable hiding parameterDimitrios Apostolou2020-07-101-2/+2
* Remove local variable masking a global oneDimitrios Apostolou2020-07-101-2/+1
* Fix a crash in QClipBoard when copying utf16 dataLars Knoll2020-07-061-20/+0
* Add explicit encode()/decode() methods to QStringConverterLars Knoll2020-06-261-0/+6
* Fix QString{Encoder|Decoder} documentationKarsten Heimrich2020-06-181-7/+9
* Remove winrtOliver Wolff2020-06-061-16/+0
* Streamline the code in the conversion to and from utf8Lars Knoll2020-05-141-90/+82
* Document the string converter classesLars Knoll2020-05-141-25/+390
* Add a method to determine the encoding for encoded HTML dataLars Knoll2020-05-141-0/+48
* Add QStringConverter::encodingForData()Lars Knoll2020-05-141-0/+40
* Add methods to convert between encoding and name to QStringConverterLars Knoll2020-05-141-4/+17
* Construct a string converter by nameLars Knoll2020-05-141-9/+40
* Cleanup QUtf32::convertToUnicodeLars Knoll2020-05-141-64/+86
* Refactor QUtf32::convertFromUnicodeLars Knoll2020-05-141-40/+64
* Clean up QUtf16::convertTo/FromUnicodeLars Knoll2020-05-141-97/+94
* Cleanup state handling in QUtf8::convertFromUnicodeLars Knoll2020-05-141-109/+106
* Ensure the conversion methods in qstringconverter always get a valid stateLars Knoll2020-05-141-1/+41
* Clean up the Flag handling in QStringConverterLars Knoll2020-05-141-42/+51
* Add Latin1 to the set of supported encodings in QStringConverterLars Knoll2020-05-141-0/+31
* Move local8bit conversion over to qutfsupportLars Knoll2020-05-141-1/+205
* Move the UTF conversion methods to qstringconverterLars Knoll2020-05-141-2/+947
* Start work on a new API to replace QTextCodecLars Knoll2020-05-141-0/+186