MeirKriheli / python-bidi

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

Implement L3 rule: reorder combining marks #12

Open justvanrossum opened 4 years ago

justvanrossum commented 4 years ago

I noticed L3 was not implemented. Here is an attempt to do that.

justvanrossum commented 4 years ago

(The test failures seem to be unrelated to my PR)