summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--loader/lib/parser.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/loader/lib/parser.py b/loader/lib/parser.py
index 6886723..c32775f 100644
--- a/loader/lib/parser.py
+++ b/loader/lib/parser.py
@@ -106,6 +106,9 @@ class ArchivesParser(object):
if lcharset == 'pt_pt' or lcharset == 'de_latin' or lcharset == 'de':
# This is a locale, and not a charset, but most likely it's this one
return 'iso-8859-1'
+ if lcharset == 'ýso-8859-1':
+ # Nice mis-encoding. But shows up for several mails...
+ return 'iso-8859-1'
if lcharset == 'iso-8858-15':
# How is this a *common* mistake?
return 'iso-8859-15'