Browse Source

Issue #24894: Document the codec iso8859_11

Patch written by Prashant Tyagi.
pull/40/head
Victor Stinner 10 years ago
parent
commit
bfd9767e0f
  1. 2
      Doc/library/codecs.rst

2
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 |

Loading…
Cancel
Save