diff options
author | Magnus Hagander | 2012-07-06 14:57:28 +0000 |
---|---|---|
committer | Magnus Hagander | 2012-07-06 14:57:28 +0000 |
commit | e6f5a5d052de30f355a1880140e98e790ceaebd5 (patch) | |
tree | b90f8b38d1f8916a149e2235ab006738aca321ff /loader/lib/parser.py | |
parent | 15e031047571da9b380a168412c6aa20b549580e (diff) |
More timezones
Diffstat (limited to 'loader/lib/parser.py')
-rw-r--r-- | loader/lib/parser.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/lib/parser.py b/loader/lib/parser.py index c3b5f9c..0dc25be 100644 --- a/loader/lib/parser.py +++ b/loader/lib/parser.py @@ -86,7 +86,7 @@ class ArchivesParser(object): return 'koi8-r' if lcharset == 'cp 1252': return 'cp1252' - if lcharset == 'iso-8859-1,iso-8859-2': + if lcharset == 'iso-8859-1,iso-8859-2' or lcharset == 'iso-8859-1:utf8:us-ascii': # Why did this show up more than once?! return 'iso-8859-1' if lcharset == 'x-windows-949': |