This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author zwol
Recipients zwol
Date 2015-10-15.18:13:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1444932787.73.0.313042926579.issue25416@psf.upfronthosting.co.za>
In-reply-to
Content
The codecs registry (as of 3.4) is unaware of two of the canonical encoding names from <https://encoding.spec.whatwg.org/#names-and-labels>: "windows-874" and "x-mac-cyrillic".  For interoperability's sake, please make these aliases for "cp874" and "mac_cyrillic" respectively.

(For full interop, *every* name and label in that list should be understood by str.encode(), but the canonical names are most useful.  Lack of support for iso-8859-i is already reported as https://bugs.python.org/issue18624 .  I have not tested the full set of non-canonical labels.)
History
Date User Action Args
2015-10-15 18:13:07zwolsetrecipients: + zwol
2015-10-15 18:13:07zwolsetmessageid: <1444932787.73.0.313042926579.issue25416@psf.upfronthosting.co.za>
2015-10-15 18:13:07zwollinkissue25416 messages
2015-10-15 18:13:07zwolcreate