From 4e9b1f662b23966e67c548b86afeff2bec9b0eb7 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Fri, 23 May 2014 15:38:42 -0400 Subject: [PATCH] [indic] Always start new syllable for Avagraha In fact, the previous grammar was ambigious. No functional change. --- src/hb-ot-shape-complex-indic-machine.rl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-ot-shape-complex-indic-machine.rl b/src/hb-ot-shape-complex-indic-machine.rl index c64c03eac..926c2ebad 100644 --- a/src/hb-ot-shape-complex-indic-machine.rl +++ b/src/hb-ot-shape-complex-indic-machine.rl @@ -70,7 +70,7 @@ forced_rakar = ZWJ H ZWJ Ra; symbol = Symbol.N?; matra_group = z{0,3}.M.N?.(H | forced_rakar)?; syllable_tail2 = (SM.SM?.ZWNJ?)? A{0,3}? VD{0,2}; -syllable_tail = (Coeng (cn|V))? symbol? syllable_tail2; +syllable_tail = (Coeng (cn|V))? syllable_tail2; place_holder = NBSP | DOTTEDCIRCLE; halant_group = (z?.h.(ZWJ.N?)?); final_halant_group = halant_group | h.ZWNJ;