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 = {}