STINNER Victor added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue11679>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to