Added GB2312, BIG5, EUC-JP and Shift-JIS encodings to
known encodings so that message catalogs written in these encodings can be loaded. I did't find the code where I can specify that GB2312 is actually the same as the Windows code page. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17627 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -45,6 +45,14 @@ enum wxFontEncoding
|
||||
wxFONTENCODING_ALTERNATIVE, // same as MS-DOS CP866
|
||||
wxFONTENCODING_BULGARIAN, // used under Linux in Bulgaria
|
||||
|
||||
// Chinese
|
||||
wxFONTENCODING_GB2312, // Simplified Chinese (same as CP936)
|
||||
wxFONTENCODING_BIG5, // Traditional Chinese (same as CP950)
|
||||
|
||||
// Japanese (see http://zsigri.tripod.com/fontboard/cjk/jis.html)
|
||||
wxFONTENCODING_SHIFT_JIS, // (same as CP932)
|
||||
wxFONTENCODING_EUC_JP, // Extended Unix Codepage for Japanese
|
||||
|
||||
// what would we do without Microsoft? They have their own encodings
|
||||
// for DOS
|
||||
wxFONTENCODING_CP437, // original MS-DOS codepage
|
||||
|
Reference in New Issue
Block a user