Skip to content

Commit

Permalink
Merge pull request #41 from yoonian/master
Browse files Browse the repository at this point in the history
Prevent warning message during converting cp949 file
  • Loading branch information
seanliang committed Jul 22, 2014
2 parents 575f7ba + 2451a86 commit a8d8322
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ConvertToUTF8.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
'GB2312': 'GBK',
'GBK': 'GB18030',
'BIG5': 'CP950', # CP950 is common in Taiwan
'CP950': 'BIG5-HKSCS' # HK official Big5 variant
'CP950': 'BIG5-HKSCS', # HK official Big5 variant
'EUC-KR': 'CP949' # CP949 is a superset of euc-kr!
}

SETTINGS = {}
Expand Down

0 comments on commit a8d8322

Please sign in to comment.