[issue15372] Python is missing alternative for common quoting character

Matthew Barnett report at bugs.python.org
Mon Jul 16 19:48:27 CEST 2012


Matthew Barnett <python at 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 <report at bugs.python.org>
<http://bugs.python.org/issue15372>
_______________________________________


More information about the Python-bugs-list mailing list