提交 c519536c 编写于 作者: B Behdad Esfahbod

[indic] Allow up to three tone marks

According to Roozbeh, there are valid combinations in Unicode
proposals for up to three.  Previously we were allowing up to two.
上级 c11fc683
...@@ -69,7 +69,7 @@ cn = c.ZWJ?.n?; ...@@ -69,7 +69,7 @@ cn = c.ZWJ?.n?;
forced_rakar = ZWJ H ZWJ Ra; forced_rakar = ZWJ H ZWJ Ra;
avagraha = Avag.N?; avagraha = Avag.N?;
matra_group = z{0,3}.M.N?.(H | forced_rakar)?; matra_group = z{0,3}.M.N?.(H | forced_rakar)?;
syllable_tail2 = (SM.SM?.ZWNJ?)? (A.A?)? VD?; syllable_tail2 = (SM.SM?.ZWNJ?)? A{0,3}? VD?;
syllable_tail = (Coeng (cn|V))? avagraha? syllable_tail2; syllable_tail = (Coeng (cn|V))? avagraha? syllable_tail2;
place_holder = NBSP | DOTTEDCIRCLE; place_holder = NBSP | DOTTEDCIRCLE;
halant_group = (z?.h.(ZWJ.N?)?); halant_group = (z?.h.(ZWJ.N?)?);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册