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 mrabarnett
Recipients ezio.melotti, keul, mrabarnett, r.david.murray
Date 2012-07-16.17:48:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342460907.23.0.746212060197.issue15372@psf.upfronthosting.co.za>
In-reply-to
Content
A codepoint such as "é" ("\N{LATIN SMALL LETTER E WITH ACUTE}") can be decomposed to "\u0065\u0301" ("\N{LATIN SMALL LETTER E}\N{COMBINING ACUTE ACCENT"), but "\u201c" ("\N{LEFT DOUBLE QUOTATION MARK}") and "\u201d" ("\N{RIGHT DOUBLE QUOTATION MARK}") cannot be decomposed.
History
Date User Action Args
2012-07-16 17:48:27mrabarnettsetrecipients: + mrabarnett, ezio.melotti, r.david.murray, keul
2012-07-16 17:48:27mrabarnettsetmessageid: <1342460907.23.0.746212060197.issue15372@psf.upfronthosting.co.za>
2012-07-16 17:48:26mrabarnettlinkissue15372 messages
2012-07-16 17:48:26mrabarnettcreate