Allow optional ZWJ in virama terminated cluster
This commit is contained in:
parent
dae20fb5a7
commit
c6dbf6e77c
|
@ -100,7 +100,7 @@ final_consonants = FAbv* FBlw* FPst* FM?;
|
||||||
virama_terminated_cluster =
|
virama_terminated_cluster =
|
||||||
(R|CS)? (B | GB) VS?
|
(R|CS)? (B | GB) VS?
|
||||||
consonant_modifiers
|
consonant_modifiers
|
||||||
H
|
ZWJ?.H.ZWJ?
|
||||||
;
|
;
|
||||||
standard_cluster =
|
standard_cluster =
|
||||||
(R|CS)? (B | GB) VS?
|
(R|CS)? (B | GB) VS?
|
||||||
|
|
Loading…
Reference in New Issue