pyfribidi for windows or any other bidi algorithm

前端 未结 4 901
余生分开走
余生分开走 2020-12-19 17:42

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

4条回答
  •  无人及你
    2020-12-19 18:15

    Here is another pure Python implementation of the Unicode bidi algorithm: http://code.google.com/p/pybidi/

提交回复
热议问题