I\'m trying to generate a report using reportlab, and the report language is Arabic. but the problem is reportlab doesn\'t support BIDI (Bidirection) Display because of the
Here is another pure Python implementation of the Unicode bidi algorithm: http://code.google.com/p/pybidi/