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 Lee Collins
Recipients Lee Collins, ezio.melotti, vstinner
Date 2019-12-31.18:22:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1577816551.99.0.153382211706.issue39174@roundup.psfhosted.org>
In-reply-to
Content
A script that works in 2.7.17 is now failing for some Unicode characters in 3.7.5 on MacOS 10.14.6. For example unicodedata.normalize('NFD', 'à') used to return the correct decomposition u'a\u0300', but in 3.7 it returns the single composed character U+00E0. This doesn't happen for all composed forms, just some. Other examples: á, ã
History
Date User Action Args
2019-12-31 18:22:32Lee Collinssetrecipients: + Lee Collins, vstinner, ezio.melotti
2019-12-31 18:22:31Lee Collinssetmessageid: <1577816551.99.0.153382211706.issue39174@roundup.psfhosted.org>
2019-12-31 18:22:31Lee Collinslinkissue39174 messages
2019-12-31 18:22:31Lee Collinscreate