From 83f33ced89fe26733eba9aa1fec7af674f6935f8 Mon Sep 17 00:00:00 2001 From: hiro Date: Fri, 14 Oct 2005 06:52:41 +0000 Subject: changed the locale charset of Japanese Windows from Shift_JIS to CP932. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@646 ee746299-78ed-0310-b773-934348b2243d --- libsylph/codeconv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libsylph') diff --git a/libsylph/codeconv.c b/libsylph/codeconv.c index ff531709..6328a2ef 100644 --- a/libsylph/codeconv.c +++ b/libsylph/codeconv.c @@ -1600,7 +1600,7 @@ static const struct { {"ja_JP.SJIS" , C_SHIFT_JIS , C_ISO_2022_JP}, {"ja_JP.JIS" , C_ISO_2022_JP , C_ISO_2022_JP}, #ifdef G_OS_WIN32 - {"ja_JP" , C_SHIFT_JIS , C_ISO_2022_JP}, + {"ja_JP" , C_CP932 , C_ISO_2022_JP}, #else {"ja_JP" , C_EUC_JP , C_ISO_2022_JP}, #endif -- cgit v1.2.3