minor patch

This commit is contained in:
Miroslav Stampar 2012-05-27 21:44:42 +00:00
parent 76eeba10e2
commit e967bbd70f

View File

@ -103,7 +103,7 @@ def checkCharEncoding(encoding):
return encoding
# http://www.destructor.de/charsets/index.htm
translate = { "windows-874": "iso-8859-11", "en_us": "utf8", "macintosh": "iso-8859-1", "euc_tw": "big5_tw", "th": "tis-620", "unicode": "utf8" }
translate = { "windows-874": "iso-8859-11", "en_us": "utf8", "macintosh": "iso-8859-1", "euc_tw": "big5_tw", "th": "tis-620", "unicode": "utf8", "utc8": "utf8"}
for delimiter in (';', ',', '('):
if delimiter in encoding: