aboutsummaryrefslogtreecommitdiff
path: root/common/str-enc.cpp
AgeCommit message (Collapse)Author
2019-12-13JANITORIAL: Whitespace fixesEugene Sandulenko
2019-12-12COMMON: Fix string length in U32String::encode()Eugene Sandulenko
Our method expects length in bytes, not in characters, which is 4x for U32
2019-11-30COMMON: Add CJK encodings to Common::CodePageLe Philousophe
Use Encoding::convert to do the conversion first and try old method if it fails
2019-10-19COMMON: Moved string encoding to separate fileEugene Sandulenko