mpcabd / python-arabic-reshaper

Reconstruct Arabic sentences to be used in applications that don't support Arabic
MIT License
395 stars 81 forks source link

fix issue #86 - missed ligature due to non-overlapping regex matches … #87

Open jurajmichalak1 opened 1 year ago

jurajmichalak1 commented 1 year ago

…of ligature pattern in string when previous overlapping ligature candidate is skipped due to its form mismatch

See issue https://github.com/mpcabd/python-arabic-reshaper/issues/86