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 asvetlov
Recipients asvetlov
Date 2012-03-14.21:01:09
SpamBayes Score 0.005311894
Marked as misclassified No
Message-id <1331758870.76.0.606902244655.issue14304@psf.upfronthosting.co.za>
In-reply-to
Content
Tkinter (and IDLE specially) can use only UCS-2 characters.
In PyShell IDLE tries to escape non-ascii.
To better result we should to escape only non-BMP chars leaving BMP characters untouched.
History
Date User Action Args
2012-03-14 21:01:10asvetlovsetrecipients: + asvetlov
2012-03-14 21:01:10asvetlovsetmessageid: <1331758870.76.0.606902244655.issue14304@psf.upfronthosting.co.za>
2012-03-14 21:01:10asvetlovlinkissue14304 messages
2012-03-14 21:01:09asvetlovcreate