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 methane
Recipients Paul Monson, eryksun, methane, paul.moore, serhiy.storchaka, steve.dower, tim.golden, vstinner, zach.ware
Date 2019-05-07.03:06:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557198406.5.0.292646977602.issue36778@roundup.psfhosted.org>
In-reply-to
Content
FYI, I expect cp65001 will be used more widely in near future,
because non UTF-8 default encoding reduced Developer eXperience,
and Microsoft try to improve DX recent years.

Today, Microsoft announced new Terminal application.
It seems use `SetConsoleOutputCP(65001)` and `SetConsoleCP(65001)`.

I think treating cp65001 as right "UTF-8" locale is better for all
Windows developers.
History
Date User Action Args
2019-05-07 03:06:46methanesetrecipients: + methane, paul.moore, vstinner, tim.golden, zach.ware, serhiy.storchaka, eryksun, steve.dower, Paul Monson
2019-05-07 03:06:46methanesetmessageid: <1557198406.5.0.292646977602.issue36778@roundup.psfhosted.org>
2019-05-07 03:06:46methanelinkissue36778 messages
2019-05-07 03:06:46methanecreate