Correctly map MAC_CHARSET to wxFONTENCODING_MACROMAN in wxMSW.

Recognize MAC_CHARSET when mapping MSW charsets to wx font encodings.

(cherry picked from commit 6e72126894)
This commit is contained in:
Catalin
2015-06-12 11:23:57 +03:00
committed by Paul Cornett
parent 7bc0fe7e58
commit bed07cc212

View File

@@ -258,6 +258,10 @@ wxFontEncoding wxGetFontEncFromCharSet(int cs)
fontEncoding = wxFONTENCODING_CP1361;
break;
case MAC_CHARSET:
fontEncoding = wxFONTENCODING_MACROMAN;
break;
#endif // Win32
case OEM_CHARSET: