This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients IanSt1, epaine, ezio.melotti, ned.deily, ronaldoussoren, serhiy.storchaka, terry.reedy, wordtech
Date 2021-03-29.07:16:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1617002162.25.0.151941445337.issue42225@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2021-03-29 07:16:02terry.reedysetrecipients: + terry.reedy, ronaldoussoren, wordtech, ned.deily, ezio.melotti, serhiy.storchaka, epaine, IanSt1
2021-03-29 07:16:02terry.reedysetmessageid: <1617002162.25.0.151941445337.issue42225@roundup.psfhosted.org>
2021-03-29 07:16:02terry.reedylinkissue42225 messages
2021-03-29 07:16:02terry.reedycreate