[khmer] Remove forced_rakar from grammar

Used by Sinhala only.
This commit is contained in:
Behdad Esfahbod 2018-01-05 17:01:37 +00:00
parent 1471cfee3b
commit 0d3a274de1
2 changed files with 2 additions and 3 deletions

View File

@ -65,9 +65,8 @@ z = ZWJ|ZWNJ; # is_joiner
reph = (Ra H | Repha); # possible reph reph = (Ra H | Repha); # possible reph
cn = c.ZWJ?.n?; cn = c.ZWJ?.n?;
forced_rakar = ZWJ H ZWJ Ra;
symbol = Symbol.N?; symbol = Symbol.N?;
matra_group = z{0,3}.M.N?.(H | forced_rakar)?; matra_group = z{0,3}.M.N?.H?;
syllable_tail = (z?.SM.SM?.ZWNJ?)? A{0,3}? VD{0,2}; syllable_tail = (z?.SM.SM?.ZWNJ?)? A{0,3}? VD{0,2};
place_holder = PLACEHOLDER | DOTTEDCIRCLE; place_holder = PLACEHOLDER | DOTTEDCIRCLE;
halant_group = (z?.Coeng.(ZWJ.N?)?); halant_group = (z?.Coeng.(ZWJ.N?)?);

View File

@ -139,7 +139,7 @@ set_khmer_properties (hb_glyph_info_t &info)
/* /*
* Indic shaper. * Khmer shaper.
*/ */
struct feature_list_t { struct feature_list_t {