From 66d7beff96d622599e1ee8895f2aa84fe2299f1a Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Fri, 5 Jan 2018 18:09:29 +0000 Subject: [PATCH] [khmer] Relax! Apparently we don't use OT_A either. --- src/hb-ot-shape-complex-khmer-machine.rl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/hb-ot-shape-complex-khmer-machine.rl b/src/hb-ot-shape-complex-khmer-machine.rl index d628cea2e..8b00c37f0 100644 --- a/src/hb-ot-shape-complex-khmer-machine.rl +++ b/src/hb-ot-shape-complex-khmer-machine.rl @@ -45,7 +45,6 @@ ZWNJ = 5; ZWJ = 6; M = 7; SM = 8; -A = 10; PLACEHOLDER = 11; DOTTEDCIRCLE = 12; RS = 13; @@ -58,7 +57,7 @@ z = ZWJ|ZWNJ; # is_joiner cn = c.n?; matra_group = z?.M.N?; -syllable_tail = (SM.SM?)? A{0,3}?; +syllable_tail = (SM.SM?)?; broken_cluster = n? (Coeng.cn)* matra_group* (Coeng.cn)? syllable_tail;