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 benjamin.peterson
Recipients benjamin.peterson
Date 2011-08-13.04:12:00
SpamBayes Score 0.047168404
Marked as misclassified No
Message-id <1313208721.39.0.302717803099.issue12746@psf.upfronthosting.co.za>
In-reply-to
Content
Narrow build:
unicodedata.normalize("NFKC", "𝔘𝔫𝔦𝔠𝔬𝔡𝔢")
'𝔘𝔫𝔦𝔠𝔬𝔡𝔢'

Wide build:
>>> unicodedata.normalize("NFKC", "𝔘𝔫𝔦𝔠𝔬𝔡𝔢")
'Unicode'

Normalization needs to properly decode characters in the supplementary plane.
History
Date User Action Args
2011-08-13 04:12:01benjamin.petersonsetrecipients: + benjamin.peterson
2011-08-13 04:12:01benjamin.petersonsetmessageid: <1313208721.39.0.302717803099.issue12746@psf.upfronthosting.co.za>
2011-08-13 04:12:00benjamin.petersonlinkissue12746 messages
2011-08-13 04:12:00benjamin.petersoncreate