[issue30717] str.center() is not unicode aware

Steven D'Aprano report at bugs.python.org
Thu Jul 13 20:36:45 EDT 2017


Steven D'Aprano added the comment:

Thank you, but I cannot review your C code.

Can you start by telling us what the two functions:

unicodedata.grapheme_cluster_break()
unicodedata.break_graphemes()

take as arguments, and what they return? If we were to call 
help(function), what would we see?

----------

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


More information about the Python-bugs-list mailing list