From: Victor Stinner Date: Thu, 24 Sep 2015 07:05:19 +0000 (+0200) Subject: Issue #24894: Document the codec iso8859_11 X-Git-Tag: v2.7.11rc1~120 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=68dafe5f14c23d67586743bbe4563bb806012faf;p=thirdparty%2FPython%2Fcpython.git Issue #24894: Document the codec iso8859_11 Patch written by Prashant Tyagi. --- diff --git a/Doc/library/codecs.rst b/Doc/library/codecs.rst index f5d1a9d787d5..6f8b7af04e2c 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 |