summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-03-14 09:55:08 (GMT)
committerGeorg Brandl <georg@python.org>2010-03-14 09:55:08 (GMT)
commit65db5872b0c3f718fa22866b08e9283eeb739106 (patch)
tree8481a313c4dda3d199a691d4283310c95741bcc2 /Doc
parentba83f820c28cdc0dd51cdbbc13ae93542d90e997 (diff)
downloadcpython-65db5872b0c3f718fa22866b08e9283eeb739106.zip
cpython-65db5872b0c3f718fa22866b08e9283eeb739106.tar.gz
cpython-65db5872b0c3f718fa22866b08e9283eeb739106.tar.bz2
#8137: add iso-8859-16 to the standard encodings table.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/codecs.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/Doc/library/codecs.rst b/Doc/library/codecs.rst
index 13b4665..cebde98 100644
--- a/Doc/library/codecs.rst
+++ b/Doc/library/codecs.rst
@@ -1037,11 +1037,13 @@ particular, the following variants typically exist:
+-----------------+--------------------------------+--------------------------------+
| iso8859_10 | iso-8859-10, latin6, L6 | Nordic languages |
+-----------------+--------------------------------+--------------------------------+
-| iso8859_13 | iso-8859-13 | Baltic languages |
+| iso8859_13 | iso-8859-13, latin7, L7 | Baltic languages |
+-----------------+--------------------------------+--------------------------------+
| iso8859_14 | iso-8859-14, latin8, L8 | Celtic languages |
+-----------------+--------------------------------+--------------------------------+
-| iso8859_15 | iso-8859-15 | Western Europe |
+| iso8859_15 | iso-8859-15, latin9, L9 | Western Europe |
++-----------------+--------------------------------+--------------------------------+
+| iso8859_16 | iso-8859-16, latin10, L10 | South-Eastern Europe |
+-----------------+--------------------------------+--------------------------------+
| johab | cp1361, ms1361 | Korean |
+-----------------+--------------------------------+--------------------------------+