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 serhiy.storchaka
Recipients ned.deily, serhiy.storchaka, taleinat, terry.reedy
Date 2020-06-28.18:10:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1593367828.53.0.38285694922.issue41152@roundup.psfhosted.org>
In-reply-to
Content
I think it makes sense if we want to use the locale encoding for IO streams.

But on other hand, it may be worth to drop support of locale-depending and configurable IO encoding and always use UTF-8. It is the IO encoding always used on Windows and the encoding of most locales on modern Linux and macOS.
History
Date User Action Args
2020-06-28 18:10:28serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy, taleinat, ned.deily
2020-06-28 18:10:28serhiy.storchakasetmessageid: <1593367828.53.0.38285694922.issue41152@roundup.psfhosted.org>
2020-06-28 18:10:28serhiy.storchakalinkissue41152 messages
2020-06-28 18:10:28serhiy.storchakacreate