Skip to content

Commit

Permalink
Revert "Revert "Prevent warning message during converting cp949 file""
Browse files Browse the repository at this point in the history
This reverts commit 2d7055f.
  • Loading branch information
yoonian committed Jul 22, 2014
1 parent 2d7055f commit 2451a86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ConvertToUTF8.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {}
Expand Down

0 comments on commit 2451a86

Please sign in to comment.