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