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