Things you can do to help

  1. An item or comment gets the style direction:rtl if the text matches the regular expression defined at line 36 here

    RE_RTL=re.compile(u'[א-ת]')

    This only covers Hebrew. We need to add Arabic (and maybe other RTL languages).

    You can submit your regexps here

  2. We need to package the with distutils

    For this, you'll need to get the code, push your own branche, and request a merge (more details here)

changed December 29, 2008