[khmer] Relax!
authorBehdad Esfahbod <behdad@behdad.org>
Fri, 5 Jan 2018 18:09:29 +0000 (18:09 +0000)
committerBehdad Esfahbod <behdad@behdad.org>
Fri, 5 Jan 2018 18:10:25 +0000 (18:10 +0000)
Apparently we don't use OT_A either.

src/hb-ot-shape-complex-khmer-machine.rl

index d628cea..8b00c37 100644 (file)
@@ -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;