From cd5b511a70590655c50676cbb7ca8192ff0acc35 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 26 Sep 2005 22:13:41 +0000 Subject: [PATCH] made Shift-JIS encoding upper case; made SJIS the canonical name for it (just because it's shorter and so will be less unweildy in directory names...) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35735 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/fmapbase.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/fmapbase.cpp b/src/common/fmapbase.cpp index 345d06ec8b..4ad527ddfe 100644 --- a/src/common/fmapbase.cpp +++ b/src/common/fmapbase.cpp @@ -209,7 +209,7 @@ static const wxChar* gs_encodingNames[WXSIZEOF(gs_encodingDescs)][10] = wxT("646"), wxT("roman8"), wxT( "" ), NULL }, { wxT( "BIG5" ), NULL }, - { wxT( "shift-jis" ), wxT( "shift_jis" ), wxT( "sjis" ), NULL }, + { wxT( "SJIS" ), wxT( "SHIFT-JIS" ), wxT( "SHIFT_JIS" ), NULL }, { wxT( "GB2312" ), NULL }, }; -- 2.45.2