[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:
Behdad Esfahbod 2012-07-18 17:49:19 -04:00
parent 10cdc94eee
commit 6fc1732003
1 changed files with 1 additions and 1 deletions

View File

@ -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*);