applied utf-8 fix patch

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11545 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2001-09-02 22:44:00 +00:00
parent f3d6a60294
commit 5707316c9c
3 changed files with 6 additions and 7 deletions

View File

@@ -161,8 +161,8 @@ static const wxChar* gs_encodingNames[] =
wxT( "windows-1256" ),
wxT( "windows-1257" ),
wxT( "windows-437" ),
wxT( "utf7" ),
wxT( "utf8" ),
wxT( "utf-7" ),
wxT( "utf-8" ),
};
// ----------------------------------------------------------------------------