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 THRlWiTi
Recipients THRlWiTi, serhiy.storchaka, terry.reedy
Date 2015-04-29.13:59:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Although in Python 3 IDLE can indeed print UTF-8 characters. But still sys.stdout.encoding == locale.getpreferredencoding() != 'utf-8'.

>>> sys.stdout.encoding
'cp1256'

Shouldn't it be 'utf-8'?
History
Date User Action Args
2015-04-29 13:59:05THRlWiTisetrecipients: + THRlWiTi, terry.reedy, serhiy.storchaka
2015-04-29 13:59:04THRlWiTisetmessageid: <[email protected]>
2015-04-29 13:59:04THRlWiTilinkissue19625 messages
2015-04-29 13:59:04THRlWiTicreate