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 geon
Recipients geon, loewis, terry.reedy, vstinner
Date 2009-01-03.05:00:24
SpamBayes Score 5.3288467e-09
Marked as misclassified No
Message-id <1230958826.67.0.681001280305.issue4008@psf.upfronthosting.co.za>
In-reply-to
Content
I vote for fixing this too. This might be simplified/another example of
above mentioned issues:

# -*- coding: utf-8 -*-
print ("ěščřžýáíé")

in IDLE prints this:
>>> 
ěščřžýáíé

When running this script under python command line from another editor,
I get the output readable as expected.
History
Date User Action Args
2009-01-03 05:00:27geonsetrecipients: + geon, loewis, terry.reedy, vstinner
2009-01-03 05:00:26geonsetmessageid: <1230958826.67.0.681001280305.issue4008@psf.upfronthosting.co.za>
2009-01-03 05:00:24geonlinkissue4008 messages
2009-01-03 05:00:24geoncreate