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, zach.ware
Date 2016-08-17.03:49:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1471405781.01.0.933321108026.issue27781@psf.upfronthosting.co.za>
In-reply-to
Content
I've attached my first pass at a patch to change the file system encoding on Windows to UTF-8 and remove use of the *A APIs.

It would be trivial to change the encoding from UTF-8 back to CP_ACP and change the error mode if that's what we decide is better, but my vote is strongly for an encoding that never drops characters when converted from UTF-16.

Discussion is still ongoing on python-ideas, so let's argue about yes/no and utf-8/mbcs there and just discuss the patch here.
History
Date User Action Args
2016-08-17 03:49:41steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware
2016-08-17 03:49:41steve.dowersetmessageid: <1471405781.01.0.933321108026.issue27781@psf.upfronthosting.co.za>
2016-08-17 03:49:40steve.dowerlinkissue27781 messages
2016-08-17 03:49:40steve.dowercreate