[Indic] Allow joiners on both sides of Halant at the same time
The sequence <ZWJ,Al-Lakuna,ZWJ> is used in Sinhala to explicitly ask for Rakar. Fixes two-thousand Sinhala tests. Not many left.
This commit is contained in:
parent
10cdc94eee
commit
6fc1732003
|
@ -66,7 +66,7 @@ cn = c.n?;
|
|||
matra_group = z*.M.N?.H?;
|
||||
syllable_tail = SM? (Coeng (cn|V))? (VD VD?)?;
|
||||
place_holder = NBSP | DOTTEDCIRCLE;
|
||||
halant_group = (h.z?|z.h);
|
||||
halant_group = (z?.h.z?);
|
||||
halant_or_matra_group = (halant_group | matra_group*);
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue