commit | 7f9e7f8689e1d260596f5256947dfbd474afb1ec | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <[email protected]> | Wed Oct 04 13:20:33 2017 +0200 |
committer | Behdad Esfahbod <[email protected]> | Wed Oct 04 13:20:33 2017 +0200 |
tree | 768e3b43655a0b7021ac3ca3313ead7a309de11d | |
parent | a252ad61f077c3b7bbfd8335e1b105a57beb58ce [diff] |
Adjust normalizer for out-of-order marks We are going to implement Unicode Arabic Mark Ordering Algorithm: http://www.unicode.org/reports/tr53/tr53-1.pdf which will reorder marks out of their sorted ccc order. Adjust normalizer to stop combining as soon as dangerous ordering is detected.