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:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user