summaryrefslogtreecommitdiffstats
path: root/Source/cm_codecvt.cxx
Commit message (Collapse)AuthorAgeFilesLines
* codecvt: Add class for encoding conversionDāvis Mosāns2016-10-061-0/+215
Add a `codecvt` class that can be used as facet for locale so that it's possible to convert from internal UTF-8 encoding to other encodings such as Windows ANSI codepage.