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:
Vadim Zeitlin
2019-09-27 19:30:22 +02:00
parent 35d9b0f056
commit 5dbfff839e

View File

@@ -889,6 +889,7 @@ wxFontEncoding wxLocale::GetSystemEncoding()
case 1255:
case 1256:
case 1257:
case 1258:
return (wxFontEncoding)(wxFONTENCODING_CP1250 + codepage - 1250);
case 874: