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 amaury.forgeotdarc, geon, loewis, orsenthil, sven.siegmund, terry.reedy
Date 2009-01-02.21:04:17
SpamBayes Score 0.00016468934
Marked as misclassified No
Message-id <1230930258.88.0.618289224688.issue2827@psf.upfronthosting.co.za>
In-reply-to
Content
Thank you. Not sure, what to do now, cause the putting down of IDLE is
fixed, but still within IDLE I get wrong output:

x="ěščřžýáíé"
print (x)

>>> 
ěščřžýáíé

when running this script under python command line form another editor,
I get the output readable as expected. Shall I open another issue?
History
Date User Action Args
2009-01-02 21:04:19geonsetrecipients: + geon, loewis, terry.reedy, amaury.forgeotdarc, orsenthil, sven.siegmund
2009-01-02 21:04:18geonsetmessageid: <1230930258.88.0.618289224688.issue2827@psf.upfronthosting.co.za>
2009-01-02 21:04:18geonlinkissue2827 messages
2009-01-02 21:04:17geoncreate