提交 9925030f 编写于 作者: E Ebrahim Byagowi 提交者: Behdad Esfahbod

Don't decompose Bengali Rra and Rha

Fixes #779 and follow up to b01d9b3d
上级 5ad87a93
...@@ -1470,6 +1470,9 @@ decompose_indic (const hb_ot_shape_normalize_context_t *c, ...@@ -1470,6 +1470,9 @@ decompose_indic (const hb_ot_shape_normalize_context_t *c,
{ {
/* Don't decompose these. */ /* Don't decompose these. */
case 0x0931u : return false; /* DEVANAGARI LETTER RRA */ case 0x0931u : return false; /* DEVANAGARI LETTER RRA */
// https://github.com/harfbuzz/harfbuzz/issues/779
case 0x09DCu : return false; /* BENGALI LETTER RRA */
case 0x09DDu : return false; /* BENGALI LETTER RHA */
case 0x0B94u : return false; /* TAMIL LETTER AU */ case 0x0B94u : return false; /* TAMIL LETTER AU */
......
...@@ -16,6 +16,7 @@ TESTS = \ ...@@ -16,6 +16,7 @@ TESTS = \
tests/hangul-jamo.tests \ tests/hangul-jamo.tests \
tests/hyphens.tests \ tests/hyphens.tests \
tests/indic-consonant-with-stacker.tests \ tests/indic-consonant-with-stacker.tests \
tests/indic-decompose.tests \
tests/indic-init.tests \ tests/indic-init.tests \
tests/indic-joiner-candrabindu.tests \ tests/indic-joiner-candrabindu.tests \
tests/indic-joiners.tests \ tests/indic-joiners.tests \
......
../fonts/932ad5132c2761297c74e9976fe25b08e5ffa10b.ttf:--font-funcs=ot:U+09DC,U+0020,U+09DD,U+0020,U+09A1,U+09BC,U+0020,U+09A2,U+09BC:[bn_rha=0+1024|space=1+1024|bn_yya=2+1024|space=3+1024|bn_dda=4+1024|bn_nukta=4+1024|space=6+1024|bn_ddha=7+1024|bn_nukta=7+1024]
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册