diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-11-23 16:52:23 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-11-23 16:52:23 (GMT) |
commit | be0c3250b1bbc16eea41dfe0f93f33ad384e9bd4 (patch) | |
tree | 75fae9326c61971241ea46ee4dc0de6b68f31897 /Doc | |
parent | e50240c504779e6fc3a988da44d16dc84e263e07 (diff) | |
download | cpython-be0c3250b1bbc16eea41dfe0f93f33ad384e9bd4.zip cpython-be0c3250b1bbc16eea41dfe0f93f33ad384e9bd4.tar.gz cpython-be0c3250b1bbc16eea41dfe0f93f33ad384e9bd4.tar.bz2 |
Issue #19668: Added support for the cp1125 encoding.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/codecs.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/library/codecs.rst b/Doc/library/codecs.rst index ef79918..843de27 100644 --- a/Doc/library/codecs.rst +++ b/Doc/library/codecs.rst @@ -1027,6 +1027,10 @@ particular, the following variants typically exist: +-----------------+--------------------------------+--------------------------------+ | cp1026 | ibm1026 | Turkish | +-----------------+--------------------------------+--------------------------------+ +| cp1125 | 1125, ibm1125, cp866u, ruscii | Ukrainian | +| | | | +| | | .. versionadded:: 3.4 | ++-----------------+--------------------------------+--------------------------------+ | cp1140 | ibm1140 | Western Europe | +-----------------+--------------------------------+--------------------------------+ | cp1250 | windows-1250 | Central and Eastern Europe | |