added support for koi8-u
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26695 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -425,6 +425,7 @@ void MyFrame::OnEnumerateFamiliesForEncoding(wxCommandEvent& WXUNUSED(event))
|
||||
wxFONTENCODING_ISO8859_7,
|
||||
wxFONTENCODING_ISO8859_15,
|
||||
wxFONTENCODING_KOI8,
|
||||
wxFONTENCODING_KOI8_U,
|
||||
wxFONTENCODING_CP1250,
|
||||
wxFONTENCODING_CP1251,
|
||||
wxFONTENCODING_CP1252,
|
||||
@@ -438,6 +439,7 @@ void MyFrame::OnEnumerateFamiliesForEncoding(wxCommandEvent& WXUNUSED(event))
|
||||
wxT("Greek (ISO-8859-7)"),
|
||||
wxT("Western European with Euro (ISO-8859-15)"),
|
||||
wxT("KOI8-R"),
|
||||
wxT("KOI8-U"),
|
||||
wxT("Windows Central European (CP 1250)"),
|
||||
wxT("Windows Cyrillic (CP 1251)"),
|
||||
wxT("Windows Western European (CP 1252)"),
|
||||
|
Reference in New Issue
Block a user