diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2016-05-06 15:59:27 +0100 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2016-05-06 15:59:27 +0100 |
commit | 8b5d6e755b271d0d22b31a7726d5bfbf2aae8b2f (patch) | |
tree | 01ee5cf3d3d193d57c2ab5f2ba76504b9745d8da /src/hb-ot-shape-complex-indic-machine.rl | |
parent | 30e6e29f0f0f77eb65bfd1c4576b38c2da555017 (diff) |
[indic] Remove unused Javanese bits
Diffstat (limited to 'src/hb-ot-shape-complex-indic-machine.rl')
-rw-r--r-- | src/hb-ot-shape-complex-indic-machine.rl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/hb-ot-shape-complex-indic-machine.rl b/src/hb-ot-shape-complex-indic-machine.rl index 694b235d..86a7ceb2 100644 --- a/src/hb-ot-shape-complex-indic-machine.rl +++ b/src/hb-ot-shape-complex-indic-machine.rl @@ -57,7 +57,6 @@ Repha = 15; Ra = 16; CM = 17; Symbol= 18; -CM2 = 31; c = (C | Ra); # is_consonant n = ((ZWNJ?.RS)? (N.N?)?); # is_consonant_modifier @@ -73,7 +72,7 @@ syllable_tail = (z?.SM.SM?.ZWNJ?)? A{0,3}? VD{0,2}; place_holder = PLACEHOLDER | DOTTEDCIRCLE; halant_group = (z?.h.(ZWJ.N?)?); final_halant_group = halant_group | h.ZWNJ; -medial_group = CM?.CM2?; +medial_group = CM?; halant_or_matra_group = (final_halant_group | (h.ZWJ)? matra_group{0,4}) (Coeng (cn|V))?; |