STINNER Victor <[email protected]> added the comment: Hum, I didn't explain well. My test. I ran:
./python -m idlelib In the IDLE shell, I wrote chr(0x1F604) which displays the emoji as expected: >>> chr(0x1F604) '😄' ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue42225> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
