From 2451a8644a2b681fadf29871bb9e4351ecd6ca5c Mon Sep 17 00:00:00 2001 From: yoonian Date: Tue, 22 Jul 2014 14:38:17 +0900 Subject: [PATCH] Revert "Revert "Prevent warning message during converting cp949 file"" This reverts commit 2d7055f204f8324ba02641eb9e34b5db05da8cbc. --- ConvertToUTF8.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ConvertToUTF8.py b/ConvertToUTF8.py index b514b22..a76256c 100644 --- a/ConvertToUTF8.py +++ b/ConvertToUTF8.py @@ -23,8 +23,8 @@ 'GB2312': 'GBK', 'GBK': 'GB18030', 'BIG5': 'CP950', # CP950 is common in Taiwan - 'CP950': 'BIG5-HKSCS' # HK official Big5 variant - 'CP949': 'EUC-KR' # CP949 is a superset of euc-kr! + 'CP950': 'BIG5-HKSCS', # HK official Big5 variant + 'EUC-KR': 'CP949' # CP949 is a superset of euc-kr! } SETTINGS = {}