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 SilentGhost
Recipients Roman Akopov, SilentGhost, ezio.melotti, vstinner
Date 2020-06-02.18:40:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1591123211.69.0.301935237854.issue40845@roundup.psfhosted.org>
In-reply-to
Content
For the record:

>>> 'ꮳꮃꭹ'.encode('punycode')
b'tz9ata7l'
>>> '\u13e3\u13b3\u13a9'.encode('punycode')
b'f9dt7l'

Also, your unicode-escaped string is an upper-cased version of the first string.
History
Date User Action Args
2020-06-02 18:40:11SilentGhostsetrecipients: + SilentGhost, vstinner, ezio.melotti, Roman Akopov
2020-06-02 18:40:11SilentGhostsetmessageid: <1591123211.69.0.301935237854.issue40845@roundup.psfhosted.org>
2020-06-02 18:40:11SilentGhostlinkissue40845 messages
2020-06-02 18:40:11SilentGhostcreate