New submission from Andrew Svetlov <[email protected]>: 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.
---------- assignee: asvetlov messages: 155793 nosy: asvetlov priority: normal severity: normal status: open title: Implement utf-8-bmp codec versions: Python 3.3 _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue14304> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
