summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2015-09-24 07:05:19 (GMT)
committerVictor Stinner <victor.stinner@gmail.com>2015-09-24 07:05:19 (GMT)
commit68dafe5f14c23d67586743bbe4563bb806012faf (patch)
treebcd2f1285b78944fcea982dad763401d8239a1ab /Doc
parentcf5bf82e59c7436ec0af6a7e2771bf1208d4a71b (diff)
downloadcpython-68dafe5f14c23d67586743bbe4563bb806012faf.zip
cpython-68dafe5f14c23d67586743bbe4563bb806012faf.tar.gz
cpython-68dafe5f14c23d67586743bbe4563bb806012faf.tar.bz2
Issue #24894: Document the codec iso8859_11
Patch written by Prashant Tyagi.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/codecs.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/codecs.rst b/Doc/library/codecs.rst
index f5d1a9d..6f8b7af 100644
--- a/Doc/library/codecs.rst
+++ b/Doc/library/codecs.rst
@@ -1067,6 +1067,8 @@ particular, the following variants typically exist:
+-----------------+--------------------------------+--------------------------------+
| iso8859_10 | iso-8859-10, latin6, L6 | Nordic languages |
+-----------------+--------------------------------+--------------------------------+
+| iso8859_11 | iso-8859-11, thai | Thai languages |
++-----------------+--------------------------------+--------------------------------+
| iso8859_13 | iso-8859-13, latin7, L7 | Baltic languages |
+-----------------+--------------------------------+--------------------------------+
| iso8859_14 | iso-8859-14, latin8, L8 | Celtic languages |