[indic] Do NOT allow reph formation on placeholders
Only allow it on DOTTED CIRCLE. No effect on test numbers. Test: U+0930,094D,00A0
This commit is contained in:
parent
52b562a6a0
commit
e8b5d64039
|
@ -79,7 +79,7 @@ halant_or_matra_group = (final_halant_group | (h.ZWJ)? matra_group{0,4}) (Coeng
|
||||||
|
|
||||||
consonant_syllable = Repha? (cn.halant_group){0,4} cn medial_group halant_or_matra_group syllable_tail;
|
consonant_syllable = Repha? (cn.halant_group){0,4} cn medial_group halant_or_matra_group syllable_tail;
|
||||||
vowel_syllable = reph? V.n? (ZWJ | (halant_group.cn){0,4} medial_group halant_or_matra_group syllable_tail);
|
vowel_syllable = reph? V.n? (ZWJ | (halant_group.cn){0,4} medial_group halant_or_matra_group syllable_tail);
|
||||||
standalone_cluster = reph? place_holder.n? (halant_group.cn){0,4} medial_group halant_or_matra_group syllable_tail;
|
standalone_cluster = (Repha? PLACEHOLDER | reph? DOTTEDCIRCLE).n? (halant_group.cn){0,4} medial_group halant_or_matra_group syllable_tail;
|
||||||
symbol_cluster = symbol syllable_tail;
|
symbol_cluster = symbol syllable_tail;
|
||||||
broken_cluster = reph? n? (halant_group.cn){0,4} medial_group halant_or_matra_group syllable_tail;
|
broken_cluster = reph? n? (halant_group.cn){0,4} medial_group halant_or_matra_group syllable_tail;
|
||||||
other = any;
|
other = any;
|
||||||
|
|
|
@ -5,3 +5,4 @@
|
||||||
र्◌्
|
र्◌्
|
||||||
र्◌़
|
र्◌़
|
||||||
◌्च्छे
|
◌्च्छे
|
||||||
|
र्
|
||||||
|
|
Loading…
Reference in New Issue