-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
I've encountered an issue with the reordering description that results in MYANMAR DOT BELOW being moved when it probably should stay where it is.
The problem is that "All right-side and above-base dependent-vowel (matra) signs are tagged POS_AFTER_SUBJOINED
." but DOT BELOW ends up with POS_AFTER_MAIN
, which comes before POS_AFTER_SUBJOINED
in the sort order.
Perhaps DOT BELOW is supposed to be picked up in step 7 but then in a syllable like "မော့" (U+1019 U+1031 U+102C U+1037) it's unclear what that step would set the pos to.
Metadata
Metadata
Assignees
Labels
No labels