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 <rep...@bugs.python.org>
<http://bugs.python.org/issue19819>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to