提交 c4ca49d5 编写于 作者: B Behdad Esfahbod

Revert "[indic] Remove redundant Chakma decomposition rule"

This reverts commit 805f76fc.

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
上级 805f76fc
......@@ -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. */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册