summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2018-01-05 18:06:00 +0000
committerBehdad Esfahbod <behdad@behdad.org>2018-01-05 18:06:00 +0000
commitdb0207baff358b20fbe9c3498275ba33f69caf87 (patch)
treea021abcf328c0e2ae43d14ddf8d8de574180e2fa
parent90affe831f08fabcb2dd5ac837c7b0cfbd14e554 (diff)
downloadharfbuzz-db0207baff358b20fbe9c3498275ba33f69caf87.tar.gz
[khmer] Drop another joiner
-rw-r--r--src/hb-ot-shape-complex-khmer-machine.rl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hb-ot-shape-complex-khmer-machine.rl b/src/hb-ot-shape-complex-khmer-machine.rl
index 6ab3160e..d628cea2 100644
--- a/src/hb-ot-shape-complex-khmer-machine.rl
+++ b/src/hb-ot-shape-complex-khmer-machine.rl
@@ -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}?;