[issue13153] IDLE 3.x on Windows exits when pasting non-BMP unicode

Tal Einat report at bugs.python.org
Wed Oct 2 16:18:16 EDT 2019


Tal Einat <taleinat at gmail.com> added the comment:

More info:

>>> '\N{PERSONAL COMPUTER}'.encode('utf-8').decode('latin-1') == '💻'
True

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue13153>
_______________________________________


More information about the Python-bugs-list mailing list