diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2015-09-24 07:05:19 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2015-09-24 07:05:19 (GMT) |
commit | 68dafe5f14c23d67586743bbe4563bb806012faf (patch) | |
tree | bcd2f1285b78944fcea982dad763401d8239a1ab /Doc | |
parent | cf5bf82e59c7436ec0af6a7e2771bf1208d4a71b (diff) | |
download | cpython-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.rst | 2 |
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 | |