summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Corbett <corbett.dav@husky.neu.edu>2019-03-12 19:30:47 -0400
committerBehdad Esfahbod <behdad@behdad.org>2019-03-13 12:59:56 -0700
commit7de9f92ee9ced6f4c176459cf25f4ca931ca5ceb (patch)
tree047e6cee304ed6f66820c263f22fa2f29d1ec4d2
parent8b1eaecd9485fe504af364db1537bb04852b265c (diff)
Categorize U+09FC as Consonant_Placeholder
-rw-r--r--src/hb-ot-shape-complex-indic.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hb-ot-shape-complex-indic.hh b/src/hb-ot-shape-complex-indic.hh
index dcc2a7a6..136e3499 100644
--- a/src/hb-ot-shape-complex-indic.hh
+++ b/src/hb-ot-shape-complex-indic.hh
@@ -362,6 +362,7 @@ set_indic_properties (hb_glyph_info_t &info)
else if (unlikely (u == 0x0AFBu)) cat = OT_N; /* https://github.com/harfbuzz/harfbuzz/issues/552 */
else if (unlikely (u == 0x0980u)) cat = OT_PLACEHOLDER; /* https://github.com/harfbuzz/harfbuzz/issues/538 */
+ else if (unlikely (u == 0x09FCu)) cat = OT_PLACEHOLDER; /* https://github.com/harfbuzz/harfbuzz/pull/1613 */
else if (unlikely (u == 0x0C80u)) cat = OT_PLACEHOLDER; /* https://github.com/harfbuzz/harfbuzz/pull/623 */
else if (unlikely (hb_in_range<hb_codepoint_t> (u, 0x2010u, 0x2011u)))
cat = OT_PLACEHOLDER;