summaryrefslogtreecommitdiff
path: root/misc/paths.py.in
diff options
context:
space:
mode:
authortkikuchi2005-11-08 01:24:01 +0000
committertkikuchi2005-11-08 01:24:01 +0000
commit34ef3e7e0298c4e408ee606bfa053b8ff1ef8cd4 (patch)
tree6dcd7885e7adce698033936f6b875f88d6490448 /misc/paths.py.in
parent1cdf0c4b195985ee68788a9bfbb68cfe66698bbc (diff)
downloadmailman-34ef3e7e0298c4e408ee606bfa053b8ff1ef8cd4.tar.gz
mailman-34ef3e7e0298c4e408ee606bfa053b8ff1ef8cd4.tar.zst
mailman-34ef3e7e0298c4e408ee606bfa053b8ff1ef8cd4.zip
Diffstat (limited to 'misc/paths.py.in')
-rw-r--r--misc/paths.py.in10
1 files changed, 9 insertions, 1 deletions
diff --git a/misc/paths.py.in b/misc/paths.py.in
index 52309254e..4ec49d9b4 100644
--- a/misc/paths.py.in
+++ b/misc/paths.py.in
@@ -1,6 +1,6 @@
# -*- python -*-
-# Copyright (C) 1998,1999,2000,2001,2002 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2005 by the Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
@@ -58,3 +58,11 @@ import japanese
# changes this.
import korean
import korean.aliases
+# Arabic and Hebrew (RFC-1556) encoding aliases. (temporary solution)
+import encodings.aliases
+encodings.aliases.aliases.update({
+ 'iso_8859_6_e': 'iso8859_6',
+ 'iso_8859_6_i': 'iso8859_6',
+ 'iso_8859_8_e': 'iso8859_8',
+ 'iso_8859_8_i': 'iso8859_8',
+})