Ned Deily <n...@acm.org> added the comment:

Sorry, I should have noticed earlier that this is a duplicate of Issue12342.  
The problem is simply that Tcl/Tk does not currently support the display of 
Unicode code points outside of the BMP.  The question then is what IDLE to do 
when asked to display such characters.  The current behavior of letting tkinter 
detect the unsupported code point and bubbling up a somewhat unhelpful 
exception message is not the most user-friendly response.  Let's continue any 
discussion of this over on the earlier issue.

----------
resolution:  -> duplicate
stage:  -> committed/rejected
status: open -> closed
superseder:  -> characters with ord above 65535 fail to display in IDLE

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

Reply via email to