From 5dbfff839e2c744774ef9b349090c2e6b2ebaa8a Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 27 Sep 2019 19:30:22 +0200 Subject: [PATCH] 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. --- src/common/intl.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/intl.cpp b/src/common/intl.cpp index 6d4d200c95..98ce930018 100644 --- a/src/common/intl.cpp +++ b/src/common/intl.cpp @@ -889,6 +889,7 @@ wxFontEncoding wxLocale::GetSystemEncoding() case 1255: case 1256: case 1257: + case 1258: return (wxFontEncoding)(wxFONTENCODING_CP1250 + codepage - 1250); case 874: