Skip to content

Commit e967bbd

Browse files
committed
minor patch
1 parent 76eeba1 commit e967bbd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/request/basic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def checkCharEncoding(encoding):
103103
return encoding
104104

105105
# http://www.destructor.de/charsets/index.htm
106-
translate = { "windows-874": "iso-8859-11", "en_us": "utf8", "macintosh": "iso-8859-1", "euc_tw": "big5_tw", "th": "tis-620", "unicode": "utf8" }
106+
translate = { "windows-874": "iso-8859-11", "en_us": "utf8", "macintosh": "iso-8859-1", "euc_tw": "big5_tw", "th": "tis-620", "unicode": "utf8", "utc8": "utf8"}
107107

108108
for delimiter in (';', ',', '('):
109109
if delimiter in encoding:

0 commit comments

Comments
 (0)