This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients christian.heimes, larry, vstinner
Date 2013-11-28.00:33:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385598792.23.0.635364872769.issue19819@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-11-28 00:33:12vstinnersetrecipients: + vstinner, larry, christian.heimes
2013-11-28 00:33:12vstinnersetmessageid: <1385598792.23.0.635364872769.issue19819@psf.upfronthosting.co.za>
2013-11-28 00:33:12vstinnerlinkissue19819 messages
2013-11-28 00:33:11vstinnercreate