projects
/
platform
/
upstream
/
libHarfBuzzSharp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
efefd87
)
[khmer] Drop some more
author
Behdad Esfahbod
<behdad@behdad.org>
Fri, 5 Jan 2018 17:46:49 +0000
(17:46 +0000)
committer
Behdad Esfahbod
<behdad@behdad.org>
Fri, 5 Jan 2018 17:46:49 +0000
(17:46 +0000)
src/hb-ot-shape-complex-khmer-machine.rl
patch
|
blob
|
history
diff --git
a/src/hb-ot-shape-complex-khmer-machine.rl
b/src/hb-ot-shape-complex-khmer-machine.rl
index
0c51a7c
..
c6e5a48
100644
(file)
--- a/
src/hb-ot-shape-complex-khmer-machine.rl
+++ b/
src/hb-ot-shape-complex-khmer-machine.rl
@@
-59,7
+59,7
@@
z = ZWJ|ZWNJ; # is_joiner
cn = c.ZWJ?.n?;
matra_group = z{0,3}.M.N?.Coeng?;
syllable_tail = (z?.SM.SM?.ZWNJ?)? A{0,3}?;
-halant_group =
(z?.Coeng.(ZWJ.N?)?)
;
+halant_group =
Coeng
;
halant_or_matra_group = (matra_group{0,4}) (Coeng (cn|V))?;