[khmer] Drop another joiner
authorBehdad Esfahbod <behdad@behdad.org>
Fri, 5 Jan 2018 18:06:00 +0000 (18:06 +0000)
committerBehdad Esfahbod <behdad@behdad.org>
Fri, 5 Jan 2018 18:06:00 +0000 (18:06 +0000)
src/hb-ot-shape-complex-khmer-machine.rl

index 6ab3160..d628cea 100644 (file)
@@ -56,7 +56,7 @@ c = (C | Ra | V);             # is_consonant
 n = ((ZWNJ?.RS)? (N.N?)?);     # is_consonant_modifier
 z = ZWJ|ZWNJ;                  # is_joiner
 
-cn = c.ZWJ?.n?;
+cn = c.n?;
 matra_group = z?.M.N?;
 syllable_tail = (SM.SM?)? A{0,3}?;