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

[indic] Remove special-casing of U+1CF2,1CF3

These were introduced in a498565c,
but IndicSyllabicCategory has had the correct value already, so the
special code was never needed.
上级 d743ce78
...@@ -208,12 +208,6 @@ set_indic_properties (hb_glyph_info_t &info) ...@@ -208,12 +208,6 @@ set_indic_properties (hb_glyph_info_t &info)
* For now, just treat them like tone marks. */ * For now, just treat them like tone marks. */
else if (unlikely (u == 0x1CED)) else if (unlikely (u == 0x1CED))
cat = OT_A; cat = OT_A;
/* The following are Visarga variants. */
else if (unlikely (hb_in_range<hb_codepoint_t> (u, 0x1CF2, 0x1CF3)))
{
cat = OT_SM;
ASSERT_STATIC ((int) INDIC_SYLLABIC_CATEGORY_VISARGA == OT_SM);
}
/* The following take marks in standalone clusters, similar to Avagraha. */ /* The following take marks in standalone clusters, similar to Avagraha. */
else if (unlikely (hb_in_ranges<hb_codepoint_t> (u, 0xA8F2, 0xA8F7, else if (unlikely (hb_in_ranges<hb_codepoint_t> (u, 0xA8F2, 0xA8F7,
0x1CE9, 0x1CEC, 0x1CE9, 0x1CEC,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册