projects
/
pgarchives.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b39e2e2
)
Yet another strange misspelling :)
author
Magnus Hagander
<magnus@hagander.net>
Sun, 1 Jul 2012 12:01:31 +0000
(14:01 +0200)
committer
Magnus Hagander
<magnus@hagander.net>
Sun, 1 Jul 2012 12:01:31 +0000
(14:01 +0200)
loader/lib/parser.py
patch
|
blob
|
blame
|
history
diff --git
a/loader/lib/parser.py
b/loader/lib/parser.py
index da401ef49a40e48087796f71e771096f6d0863d4..f4d7f320454560f9a1800142f5458d64f08c2ca1 100644
(file)
--- a/
loader/lib/parser.py
+++ b/
loader/lib/parser.py
@@
-65,7
+65,7
@@
class ArchivesParser(object):
# -I is a special logical version, but should be the
# same charset
return 'iso-8859-8'
- if lcharset == 'iso-88-59-1':
+ if lcharset == 'iso-88-59-1'
or lcharset == 'iso-8858-1'
:
# Strange way of saying 8859....
return 'iso-8859-1'
if lcharset == 'iso-850':