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 Sworddragon, a.badger, bkabrda, ezio.melotti, ishimoto, jwilk, larry, loewis, martin.panter, ncoghlan, pitrou, python-dev, r.david.murray, serhiy.storchaka, vstinner
Date 2017-01-06.23:53:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1483746790.6.0.097260579878.issue19977@psf.upfronthosting.co.za>
In-reply-to
Content
> But maybe I'm just missing something.

This issue fixed exactly one use case: "List a directory into stdout" (similar to the UNIX "ls" or Windows "dir" commands):
https://www.python.org/dev/peps/pep-0540/#list-a-directory-into-stdout

Your use case is more "Display Unicode characters into stdout":
https://www.python.org/dev/peps/pep-0540/#display-unicode-characters-into-stdout

This use case is not supported by the issue. It should be fixed by PEP 538 or PEP 540.

Please join the happy discussion on the python-ideas mailing list to discuss how to "force UTF-8": this issue is closed, you shouldn't add new comments (other people will not see your comments).
History
Date User Action Args
2017-01-06 23:53:10vstinnersetrecipients: + vstinner, loewis, ishimoto, ncoghlan, pitrou, larry, jwilk, ezio.melotti, a.badger, r.david.murray, Sworddragon, python-dev, martin.panter, serhiy.storchaka, bkabrda
2017-01-06 23:53:10vstinnersetmessageid: <1483746790.6.0.097260579878.issue19977@psf.upfronthosting.co.za>
2017-01-06 23:53:10vstinnerlinkissue19977 messages
2017-01-06 23:53:10vstinnercreate