From: Georg Brandl Date: Sun, 14 Mar 2010 09:55:08 +0000 (+0000) Subject: #8137: add iso-8859-16 to the standard encodings table. X-Git-Tag: v2.7b1~361 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=65db5872b0c3f718fa22866b08e9283eeb739106;p=python #8137: add iso-8859-16 to the standard encodings table. --- diff --git a/Doc/library/codecs.rst b/Doc/library/codecs.rst index 13b466564f..cebde98b26 100644 --- a/Doc/library/codecs.rst +++ b/Doc/library/codecs.rst @@ -1037,11 +1037,13 @@ particular, the following variants typically exist: +-----------------+--------------------------------+--------------------------------+ | iso8859_10 | iso-8859-10, latin6, L6 | Nordic languages | +-----------------+--------------------------------+--------------------------------+ -| iso8859_13 | iso-8859-13 | Baltic languages | +| iso8859_13 | iso-8859-13, latin7, L7 | Baltic languages | +-----------------+--------------------------------+--------------------------------+ | iso8859_14 | iso-8859-14, latin8, L8 | Celtic languages | +-----------------+--------------------------------+--------------------------------+ -| iso8859_15 | iso-8859-15 | Western Europe | +| iso8859_15 | iso-8859-15, latin9, L9 | Western Europe | ++-----------------+--------------------------------+--------------------------------+ +| iso8859_16 | iso-8859-16, latin10, L10 | South-Eastern Europe | +-----------------+--------------------------------+--------------------------------+ | johab | cp1361, ms1361 | Korean | +-----------------+--------------------------------+--------------------------------+