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 steve.dower
Recipients paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2016-09-05.23:41:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473118900.37.0.989458487579.issue27959@psf.upfronthosting.co.za>
In-reply-to
Content
Currently the ANSI encoding is available on Windows as 'mbcs', however the OEM encoding (sometimes used by console-based applications) is not easily available.

The implementation is identical to PyUnicode_DecodeMBCS[Stateful], simply passing CP_OEM instead of CP_ACP.
History
Date User Action Args
2016-09-05 23:41:40steve.dowersetrecipients: + steve.dower, paul.moore, vstinner, tim.golden, zach.ware
2016-09-05 23:41:40steve.dowersetmessageid: <1473118900.37.0.989458487579.issue27959@psf.upfronthosting.co.za>
2016-09-05 23:41:40steve.dowerlinkissue27959 messages
2016-09-05 23:41:40steve.dowercreate