[issue6412] Titlecase as defined in Unicode Case Mappings not followed

Marc-Andre Lemburg report at bugs.python.org
Tue Sep 29 11:05:48 CEST 2009


Marc-Andre Lemburg <mal at egenix.com> added the comment:

The patch looks good, but it doesn't include the few extra characters
that are also considered case-ignorable:

* U+0027 APOSTROPHE
* U+00AD SOFT HYPHEN (SHY)
* U+2019 RIGHT SINGLE QUOTATION MARK

Could you add those as well ?

Thanks.

----------
nosy: +lemburg

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6412>
_______________________________________


More information about the Python-bugs-list mailing list