Matthew Barnett <pyt...@mrabarnett.plus.com> added the comment:

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.

----------
nosy: +mrabarnett
status: pending -> open

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue15372>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to