recognize EUC-KR charset (patch 983264)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28129 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
5848123916
commit
51a4142ce1
@ -519,6 +519,11 @@ wxFontMapperBase::NonInteractiveCharsetToEncoding(const wxString& charset)
|
||||
{
|
||||
encoding = wxFONTENCODING_EUC_JP;
|
||||
}
|
||||
else if ( cs == wxT("EUC-KR") ||
|
||||
cs == wxT("EUC_KR") )
|
||||
{
|
||||
encoding = wxFONTENCODING_CP949;
|
||||
}
|
||||
else if ( cs == wxT("KOI8-R") ||
|
||||
cs == wxT("KOI8-RU") )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user