Add support for code page 1258 (Vietnamese)
There doesn't seem to be any good reason to not support this one, when we support (or at least recognize) all the other CP125x encodings.
This commit is contained in:
@@ -889,6 +889,7 @@ wxFontEncoding wxLocale::GetSystemEncoding()
|
|||||||
case 1255:
|
case 1255:
|
||||||
case 1256:
|
case 1256:
|
||||||
case 1257:
|
case 1257:
|
||||||
|
case 1258:
|
||||||
return (wxFontEncoding)(wxFONTENCODING_CP1250 + codepage - 1250);
|
return (wxFontEncoding)(wxFONTENCODING_CP1250 + codepage - 1250);
|
||||||
|
|
||||||
case 874:
|
case 874:
|
||||||
|
Reference in New Issue
Block a user