MeirKriheli / python-bidi

BIDI algorithm related functions
GNU Lesser General Public License v3.0
103 stars 13 forks source link

not working for zero width non-joiner #4

Open Mahdizade opened 8 years ago

Mahdizade commented 8 years ago

get_display function in bidi.algorithm module skip zero width non-joiner character.

In [1]: from bidi.algorithm import get_display

In [2]: raw_text = u'سل‌ام'

In [3]: print(len(raw_text))
5

In [4]: text = get_display(raw_text)

In [5]: print(len(text))
4

In [6]: print(text)
مالس