[indic] Categorize U+0980 BENGALI ANJI as placeholder

Fixes https://github.com/behdad/harfbuzz/issues/538
This commit is contained in:
Behdad Esfahbod 2017-10-02 08:49:23 -04:00
parent 19e77e01bc
commit 1a0a356a0f
1 changed files with 1 additions and 0 deletions

View File

@ -209,6 +209,7 @@ set_indic_properties (hb_glyph_info_t &info)
pos = POS_ABOVE_C; pos = POS_ABOVE_C;
} }
else if (unlikely (u == 0x0980u)) cat = OT_PLACEHOLDER; /* https://github.com/behdad/harfbuzz/issues/538 */
else if (unlikely (u == 0x17C6u)) cat = OT_N; /* Khmer Bindu doesn't like to be repositioned. */ else if (unlikely (u == 0x17C6u)) cat = OT_N; /* Khmer Bindu doesn't like to be repositioned. */
else if (unlikely (hb_in_range<hb_codepoint_t> (u, 0x2010u, 0x2011u))) else if (unlikely (hb_in_range<hb_codepoint_t> (u, 0x2010u, 0x2011u)))
cat = OT_PLACEHOLDER; cat = OT_PLACEHOLDER;