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

Christoph Burgmer report at bugs.python.org
Mon Sep 14 23:18:29 CEST 2009


Christoph Burgmer <cburgmer at ira.uka.de> added the comment:

Implementing full patch solving it the old way (UTR#21).

The correct way for the latest Unicode version would be to implement
the word breaking algorithm described in (UAX#29) [1] first.

[1] http://www.unicode.org/reports/tr29/#Word_Boundaries

----------
Added file: http://bugs.python.org/file14890/unicodeobject.titlecase.2.diff

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


More information about the Python-bugs-list mailing list