From 68dafe5f14c23d67586743bbe4563bb806012faf Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Thu, 24 Sep 2015 09:05:19 +0200 Subject: Issue #24894: Document the codec iso8859_11 Patch written by Prashant Tyagi. --- Doc/library/codecs.rst | 2 ++ 1 file changed, 2 insertions(+) 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 | -- cgit v0.12