Revert "[indic] Remove redundant Chakma decomposition rule"
This reverts commit 805f76fc00
.
Need to investigate why having this rule (with the reversed order)
fixes decomposition as reported by punchcutter:
https://github.com/behdad/harfbuzz/issues/381#issuecomment-269237796
This commit is contained in:
parent
805f76fc00
commit
c4ca49d55b
|
@ -1739,6 +1739,10 @@ decompose_indic (const hb_ot_shape_normalize_context_t *c,
|
|||
/* Balinese */
|
||||
case 0x1B3Cu : *a = 0x1B42u; *b= 0x1B3Cu; return true;
|
||||
|
||||
/* Chakma */
|
||||
case 0x1112Eu : *a = 0x11127u; *b= 0x11131u; return true;
|
||||
case 0x1112Fu : *a = 0x11127u; *b= 0x11132u; return true;
|
||||
|
||||
#if 0
|
||||
/* Gujarati */
|
||||
/* This one has no decomposition in Unicode, but needs no decomposition either. */
|
||||
|
|
Loading…
Reference in New Issue