diff options
author | Jeroen Ruigrok van der Werven <asmodai@in-nomine.org> | 2009-05-08 14:17:00 (GMT) |
---|---|---|
committer | Jeroen Ruigrok van der Werven <asmodai@in-nomine.org> | 2009-05-08 14:17:00 (GMT) |
commit | 4072ff3e936663e93fd5a5af8c0882442b244e46 (patch) | |
tree | 9b7ae4f9a90ba98fdf9a38412f97ff8b51c4a9e4 /Lib/locale.py | |
parent | a394f2dca300c17c1d70b7d6d005af457550cc8e (diff) | |
download | cpython-4072ff3e936663e93fd5a5af8c0882442b244e46.zip cpython-4072ff3e936663e93fd5a5af8c0882442b244e46.tar.gz cpython-4072ff3e936663e93fd5a5af8c0882442b244e46.tar.bz2 |
Merged revisions 72468 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72468 | jeroen.ruigrok | 2009-05-08 15:07:39 +0200 (vr, 08 mei 2009) | 2 lines
Add ISO-8859-16.
........
Diffstat (limited to 'Lib/locale.py')
-rw-r--r-- | Lib/locale.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/locale.py b/Lib/locale.py index 4441e6d..e0c20f6 100644 --- a/Lib/locale.py +++ b/Lib/locale.py @@ -609,6 +609,7 @@ locale_encoding_alias = { 'iso8859_13': 'ISO8859-13', 'iso8859_14': 'ISO8859-14', 'iso8859_15': 'ISO8859-15', + 'iso8859_16': 'ISO8859-16', 'iso8859_2': 'ISO8859-2', 'iso8859_3': 'ISO8859-3', 'iso8859_4': 'ISO8859-4', |