aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/unicode.cxx
Commit message (Expand)AuthorAgeFilesLines
* Don't allow surrugate code points in UTF-8Pierre Ossman2023-06-301-0/+5
* Clean up string encoding handlingPierre Ossman2023-06-301-0/+49
* Remove custom CharArray typePierre Ossman2023-02-041-0/+1
* Return std::string instead of dynamic allocationsPierre Ossman2023-02-041-10/+6
* Explicitly mark unused parametersPierre Ossman2023-01-041-1/+1
* Be consistent in including config.hPierre Ossman2021-12-301-0/+4
* Correctly handle invalid UTF-16 code pointsPierre Ossman2020-10-051-0/+2
* Fix conversion of latin-1 to UTF-8Pierre Ossman2020-10-051-0/+34
* Fix UTF-16 encoding/decoding of high code pointsPierre Ossman2020-10-051-0/+4
* Return the correct number of consumed UTF-8 bytesPierre Ossman2020-10-051-0/+165