From e6f5a5d052de30f355a1880140e98e790ceaebd5 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Fri, 6 Jul 2012 16:57:28 +0200 Subject: [PATCH] More timezones --- loader/lib/parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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': -- 2.39.5