MeirKriheli / python-bidi

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

Fixing mixed Hebrew and numbers: issue #10 #11

Closed justvanrossum closed 5 years ago

justvanrossum commented 5 years ago

I'm fairly sure this fixes #10. The _end variable was test for "true", but ic can legitimately be 0 here, so it should be tested against None instead.