Order Chakma split vowels in accordance with NFC #982
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
U+1112E CHAKMA VOWEL SIGN O and U+1112F CHAKMA VOWEL SIGN AU decompose to a below-base vowel sign followed by an above-base vowel sign, the opposite of the usual USE order. Currently, HarfBuzz reverses the decomposition, which is not a complete solution: it causes a dotted to be inserted when the input buffer is in NFD. My fix recategorizes all the below-base Chakma vowels as above-base and vice versa, as in Tibetan.