Terry J. Reedy <[email protected]> added the comment: I closed #43647 as a duplicate of this. It reported that BMP chars can fail also. For instance, with "Noto Sans Mono", but not 'Dejavu Mono', the following crash. >>> '\u2705' '✅' >>> '\u270f' '✏'
Unfortunately, as least on some *nix, the default tkFixedFont resolves to Noto Sans Mono. ---------- _______________________________________ 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
