diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2015-09-24 07:04:05 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2015-09-24 07:04:05 (GMT) |
commit | bfd9767e0ff878704eed8672dddb970f12abe9c7 (patch) | |
tree | 3d96b3a5e35bb5ee0487b24469574ff3e0bb0a36 /Doc | |
parent | 8b5a981e02a88d29313a66e1a1903392df6e2e2d (diff) | |
download | cpython-bfd9767e0ff878704eed8672dddb970f12abe9c7.zip cpython-bfd9767e0ff878704eed8672dddb970f12abe9c7.tar.gz cpython-bfd9767e0ff878704eed8672dddb970f12abe9c7.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 f3017da..628969c 100644 --- a/Doc/library/codecs.rst +++ b/Doc/library/codecs.rst @@ -1130,6 +1130,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 | |