From 78c06bd9b7f7eb31562177b6580bd6a80fe9a3ae Mon Sep 17 00:00:00 2001 From: Amaury Forgeot d'Arc Date: Mon, 13 Jul 2009 23:11:54 +0000 Subject: [PATCH] Document the newly added codec --- Doc/library/codecs.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Doc/library/codecs.rst b/Doc/library/codecs.rst index c58505a4d2..5b306829b8 100644 --- a/Doc/library/codecs.rst +++ b/Doc/library/codecs.rst @@ -897,6 +897,8 @@ particular, the following variants typically exist: | cp500 | EBCDIC-CP-BE, EBCDIC-CP-CH, | Western Europe | | | IBM500 | | +-----------------+--------------------------------+--------------------------------+ +| cp720 | | Arabic | ++-----------------+--------------------------------+--------------------------------+ | cp737 | | Greek | +-----------------+--------------------------------+--------------------------------+ | cp775 | IBM775 | Baltic languages | -- 2.50.1