python-bidi icon indicating copy to clipboard operation
python-bidi copied to clipboard

Emoji. using Python-Bidi with emoji gives me an error.

Open camara90100 opened this issue 9 years ago • 0 comments

Here's the error:

"/usr/local/lib/python2.7/dist-packages/bidi/algorithm.py", line 648, in get_display↵ resolve_implicit_levels(storage, debug)↵↵ File "/usr/local/lib/python2.7/dist-packages/bidi/algorithm.py", line 466, in resolve_implicit_levels↵ '%s not allowed here' % _ch['type']↵↵AssertionError: not allowed here↵"

camara90100 avatar Jan 13 '17 16:01 camara90100