]> granicus.if.org Git - python/commitdiff
#8137: add iso-8859-16 to the standard encodings table.
authorGeorg Brandl <georg@python.org>
Sun, 14 Mar 2010 09:55:08 +0000 (09:55 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 14 Mar 2010 09:55:08 +0000 (09:55 +0000)
Doc/library/codecs.rst

index 13b466564f77f3a72299d3ecb85e0c35df86cc30..cebde98b261968b678873a2ae102986b7e096afa 100644 (file)
@@ -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                         |
 +-----------------+--------------------------------+--------------------------------+