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 serhiy.storchaka
Recipients ezio.melotti, jirkamarsik, mrabarnett, serhiy.storchaka, vstinner
Date 2022-03-19.11:22:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1647688939.32.0.75363304241.issue46410@roundup.psfhosted.org>
In-reply-to
Content
>>> import unicodedata
>>> unicodedata.lookup('KEYCAP NUMBER SIGN')
'#️'
>>> print(ascii(unicodedata.lookup('KEYCAP NUMBER SIGN')))
'#\ufe0f\u20e3'

Support of Unicode Named Character Sequences in the unicodeescape codec and in the RE parser would be a new feature.
History
Date User Action Args
2022-03-19 11:22:19serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, ezio.melotti, mrabarnett, jirkamarsik
2022-03-19 11:22:19serhiy.storchakasetmessageid: <1647688939.32.0.75363304241.issue46410@roundup.psfhosted.org>
2022-03-19 11:22:19serhiy.storchakalinkissue46410 messages
2022-03-19 11:22:19serhiy.storchakacreate