summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeroen Ruigrok van der Werven <asmodai@in-nomine.org>2009-05-08 13:07:39 (GMT)
committerJeroen Ruigrok van der Werven <asmodai@in-nomine.org>2009-05-08 13:07:39 (GMT)
commit51133d42975559688388dd8e31c474958f8c703e (patch)
treeaa8040880aecb6d115c3b138ee8e293d5a0134b0
parentd8282eeb51be243800705677087a6181e317ab0a (diff)
downloadcpython-51133d42975559688388dd8e31c474958f8c703e.zip
cpython-51133d42975559688388dd8e31c474958f8c703e.tar.gz
cpython-51133d42975559688388dd8e31c474958f8c703e.tar.bz2
Add ISO-8859-16.
-rw-r--r--Lib/locale.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/locale.py b/Lib/locale.py
index 5e963d1..6108698 100644
--- a/Lib/locale.py
+++ b/Lib/locale.py
@@ -598,6 +598,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',