summaryrefslogtreecommitdiffstats
path: root/src/corelib/text/qstringconverter.h
Commit message (Expand)AuthorAgeFilesLines
* QStringConverter: clarify decode()/encode() API docsAhmad Samir2023-10-061-14/+0
* QString: assign() [4/4]: (it,it) overload for UTF-8 data typesDennis Oberst2023-09-281-0/+60
* Don't protect qstringbuilder.h indirect includesMarc Mutz2023-08-031-2/+0
* QStringDecoder: add a char16_t overload of appendToBuffer(QChar*, ~~~)Marc Mutz2023-06-041-0/+2
* QString(En|De)coder: Remove noexcept from ctor taking nameFabian Kosmale2022-06-271-2/+2
* Add QStringDecoder::decoderForHtml()Lars Knoll2022-06-211-0/+3
* QStringConverter: Do not crash if invalidFabian Kosmale2022-05-251-4/+26
* Use SPDX license identifiersLucie GĂ©rard2022-05-161-38/+2
* QStringEncoder/Decoder: add missing noexceptMarc Mutz2022-02-221-6/+6
* QStringConverter: make explicit what should never have been implicitMarc Mutz2022-02-221-17/+8
* qtextstream.h: streamline includesFabian Kosmale2022-02-101-134/+8
* Convert a couple of APIs to use viewsLars Knoll2020-10-061-44/+26
* Fix some qdoc warningsFriedemann Kleint2020-07-211-1/+1
* Add explicit encode()/decode() methods to QStringConverterLars Knoll2020-06-261-4/+22
* Fix QString{Encoder|Decoder} documentationKarsten Heimrich2020-06-181-4/+4
* Don't change the implementation of a method depending on QT_USE_QSTRINGUILDERLars Knoll2020-05-261-23/+13
* Document the string converter classesLars Knoll2020-05-141-12/+26
* Optimize appending to an existing stringLars Knoll2020-05-141-0/+22
* Add a method to determine the encoding for encoded HTML dataLars Knoll2020-05-141-0/+1
* Add QStringConverter::encodingForData()Lars Knoll2020-05-141-0/+1
* Add methods to convert between encoding and name to QStringConverterLars Knoll2020-05-141-1/+7
* Construct a string converter by nameLars Knoll2020-05-141-0/+20
* Ensure the conversion methods in qstringconverter always get a valid stateLars Knoll2020-05-141-5/+4
* Clean up the Flag handling in QStringConverterLars Knoll2020-05-141-14/+14
* Enable using QStringConverter together with QStringBuilderLars Knoll2020-05-141-6/+99
* Allow moving of string converter objectsLars Knoll2020-05-141-0/+19
* Add Latin1 to the set of supported encodings in QStringConverterLars Knoll2020-05-141-0/+1
* Move local8bit conversion over to qutfsupportLars Knoll2020-05-141-1/+2
* Start work on a new API to replace QTextCodecLars Knoll2020-05-141-0/+195