diff options
author | Georg Brandl <georg@python.org> | 2010-05-24 21:29:07 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-05-24 21:29:07 (GMT) |
commit | f0757a2937b4b341d828f68c1a857658fac01649 (patch) | |
tree | b5e36898eb126f17e14833d68aedf179db5ea053 /Doc | |
parent | dce6e1bd5a5b41b22be10ba119fb5b6d5546959a (diff) | |
download | cpython-f0757a2937b4b341d828f68c1a857658fac01649.zip cpython-f0757a2937b4b341d828f68c1a857658fac01649.tar.gz cpython-f0757a2937b4b341d828f68c1a857658fac01649.tar.bz2 |
#8016: add the CP858 codec (approved by Benjamin). (Also add CP720 to the tests, it was missing there.)
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/codecs.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/codecs.rst b/Doc/library/codecs.rst index cebde98..a6c0df1 100644 --- a/Doc/library/codecs.rst +++ b/Doc/library/codecs.rst @@ -925,6 +925,8 @@ particular, the following variants typically exist: +-----------------+--------------------------------+--------------------------------+ | cp857 | 857, IBM857 | Turkish | +-----------------+--------------------------------+--------------------------------+ +| cp858 | 858, IBM858 | Western Europe | ++-----------------+--------------------------------+--------------------------------+ | cp860 | 860, IBM860 | Portuguese | +-----------------+--------------------------------+--------------------------------+ | cp861 | 861, CP-IS, IBM861 | Icelandic | |