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 vstinner
Recipients Artoria2e5, ezio.melotti, vstinner
Date 2016-11-15.08:29:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwbbqibKOd4O8N3hooHiUw1v0kC92RApEEiwp3UMRk7tZw@mail.gmail.com>
In-reply-to <1479154148.6.0.43343383532.issue28693@psf.upfronthosting.co.za>
Content
Python supports native Windows code pages using
codecs.code_page_encode() and codecs.code_page_decode() methods. See
for example Lib/encodings/cp65001.py : this codec is not implemented
in Python, but is a wrapper to native Windows functions
(MultiByteToWideChar and WideCharToMultiByte).
History
Date User Action Args
2016-11-15 08:29:18vstinnersetrecipients: + vstinner, ezio.melotti, Artoria2e5
2016-11-15 08:29:18vstinnerlinkissue28693 messages
2016-11-15 08:29:17vstinnercreate