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 <1430315944.98.0.51025108828.issue19625@psf.upfronthosting.co.za>
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: <1430315944.98.0.51025108828.issue19625@psf.upfronthosting.co.za>
2015-04-29 13:59:04THRlWiTilinkissue19625 messages
2015-04-29 13:59:04THRlWiTicreate