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

[myanmar] Handle U+AA74..U+AA76

Fixes https://github.com/behdad/harfbuzz/issues/218
上级 6c0aa9e9
...@@ -249,6 +249,11 @@ set_myanmar_properties (hb_glyph_info_t &info) ...@@ -249,6 +249,11 @@ set_myanmar_properties (hb_glyph_info_t &info)
case 0x104Au: case 0x104Bu: case 0x104Au: case 0x104Bu:
cat = (indic_category_t) OT_P; cat = (indic_category_t) OT_P;
break; break;
case 0xAA74u: case 0xAA75u: case 0xAA76u:
/* https://github.com/roozbehp/unicode-data/issues/3 */
cat = (indic_category_t) OT_C;
break;
} }
if (cat == OT_M) if (cat == OT_M)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册