[issue19819] reversing a Unicode ligature doesn't work

STINNER Victor report at bugs.python.org
Thu Nov 28 01:33:12 CET 2013


STINNER Victor added the comment:

I don't understand the purpose of using reversed(). Don't use it to display a text backward. Handling bidirectional text requires more complex tools to display such text. See for example the pango library:
https://developer.gnome.org/pango/stable/pango-Bidirectional-Text.html

I don't see anything wrong with Python here, it just implements the Unicode standards, so I'm closing the issue as invalid.

----------
resolution:  -> invalid
status: open -> closed

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


More information about the Python-bugs-list mailing list