Add support for code page 1361 (Johab Korean)

As with the previous commit, recognize the system CP1361 encoding, which
can be mapped to an existing wxFONTENCODING_CP1361 constant.
This commit is contained in:
Vadim Zeitlin
2019-09-27 19:31:38 +02:00
parent 5dbfff839e
commit 7feaa024b3

View File

@@ -892,6 +892,9 @@ wxFontEncoding wxLocale::GetSystemEncoding()
case 1258:
return (wxFontEncoding)(wxFONTENCODING_CP1250 + codepage - 1250);
case 1361:
return wxFONTENCODING_CP1361;
case 874:
return wxFONTENCODING_CP874;