Skip to content

Commit 331ae19

Browse files
committed
docs: fix codecs table data
ISO-8859-4 is NOT for Baltic languages. Also used more common spelling of Belarusian.
1 parent c9930f5 commit 331ae19

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Doc/library/codecs.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1103,7 +1103,7 @@ particular, the following variants typically exist:
11031103
+-----------------+--------------------------------+--------------------------------+
11041104
| cp852 | 852, IBM852 | Central and Eastern Europe |
11051105
+-----------------+--------------------------------+--------------------------------+
1106-
| cp855 | 855, IBM855 | Bulgarian, Byelorussian, |
1106+
| cp855 | 855, IBM855 | Belarusian, Bulgarian, |
11071107
| | | Macedonian, Russian, Serbian |
11081108
+-----------------+--------------------------------+--------------------------------+
11091109
| cp856 | | Hebrew |
@@ -1151,7 +1151,7 @@ particular, the following variants typically exist:
11511151
+-----------------+--------------------------------+--------------------------------+
11521152
| cp1250 | windows-1250 | Central and Eastern Europe |
11531153
+-----------------+--------------------------------+--------------------------------+
1154-
| cp1251 | windows-1251 | Bulgarian, Byelorussian, |
1154+
| cp1251 | windows-1251 | Belarusian, Bulgarian, |
11551155
| | | Macedonian, Russian, Serbian |
11561156
+-----------------+--------------------------------+--------------------------------+
11571157
| cp1252 | windows-1252 | Western Europe |
@@ -1214,9 +1214,9 @@ particular, the following variants typically exist:
12141214
+-----------------+--------------------------------+--------------------------------+
12151215
| iso8859_3 | iso-8859-3, latin3, L3 | Esperanto, Maltese |
12161216
+-----------------+--------------------------------+--------------------------------+
1217-
| iso8859_4 | iso-8859-4, latin4, L4 | Baltic languages |
1217+
| iso8859_4 | iso-8859-4, latin4, L4 | Northern Europe |
12181218
+-----------------+--------------------------------+--------------------------------+
1219-
| iso8859_5 | iso-8859-5, cyrillic | Bulgarian, Byelorussian, |
1219+
| iso8859_5 | iso-8859-5, cyrillic | Belarusian, Bulgarian, |
12201220
| | | Macedonian, Russian, Serbian |
12211221
+-----------------+--------------------------------+--------------------------------+
12221222
| iso8859_6 | iso-8859-6, arabic | Arabic |
@@ -1253,7 +1253,7 @@ particular, the following variants typically exist:
12531253
| | | |
12541254
| | | .. versionadded:: 3.5 |
12551255
+-----------------+--------------------------------+--------------------------------+
1256-
| mac_cyrillic | maccyrillic | Bulgarian, Byelorussian, |
1256+
| mac_cyrillic | maccyrillic | Belarusian, Bulgarian, |
12571257
| | | Macedonian, Russian, Serbian |
12581258
+-----------------+--------------------------------+--------------------------------+
12591259
| mac_greek | macgreek | Greek |

0 commit comments

Comments
 (0)