提交 7977ca17 编写于 作者: B Behdad Esfahbod

[indic] Allow decimal and Brahmi digits as placeholders

Tests: U+0967,0951 U+0031,093F
上级 e8b5d640
......@@ -254,6 +254,10 @@ set_indic_properties (hb_glyph_info_t &info)
if (_hb_glyph_info_get_general_category (&info) == HB_UNICODE_GENERAL_CATEGORY_NON_SPACING_MARK)
cat = OT_N;
}
/* Decimal and Brahmi numbers. */
else if (unlikely (_hb_glyph_info_get_general_category (&info) ==
HB_UNICODE_GENERAL_CATEGORY_DECIMAL_NUMBER ||
hb_in_range<hb_codepoint_t> (u, 0x11052, 0x11065))) cat = OT_PLACEHOLDER;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册