summaryrefslogtreecommitdiffstats
path: root/Source/cm_codecvt.hxx
Commit message (Collapse)AuthorAgeFilesLines
* Fix several include-what-you-use findingsDaniel Pfeifer2016-11-081-1/+2
|
* codecvt: Add class for encoding conversionDāvis Mosāns2016-10-061-0/+57
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.