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 vstinner
Recipients eric.araujo, petri.lehtinen, takluyver, vstinner
Date 2012-11-18.00:26:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1353198400.51.0.792650115729.issue11679@psf.upfronthosting.co.za>
In-reply-to
Content
I confirm that the issue exists, but I don't think that it comes from Python. I bet that the readline library uses *byte* string, not *character* string, and so is unable to handle correctly multibyte characters like the chinese character U+9000.
History
Date User Action Args
2012-11-18 00:26:40vstinnersetrecipients: + vstinner, eric.araujo, takluyver, petri.lehtinen
2012-11-18 00:26:40vstinnersetmessageid: <1353198400.51.0.792650115729.issue11679@psf.upfronthosting.co.za>
2012-11-18 00:26:40vstinnerlinkissue11679 messages
2012-11-18 00:26:40vstinnercreate