summaryrefslogtreecommitdiffstats
path: root/src/codecs/tqgb18030codec.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Replace TRUE/FALSE with boolean values true/false - part 5Michele Calgaro2025-12-051-6/+6
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add support for surrogate pairs to TQChar API.Michele Calgaro2025-01-301-18/+12
| | | | | | | This relates to issue #162. The new code is partially taken from Qt4 but with some local rework. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename codec nt* related files to equivalent tq*.Michele Calgaro2024-07-011-0/+9377
The qrtlcodec files have been renamed into tqhebrewcodec files, for consistency with file naming used for other codecs. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>