diff --git a/src/hb-ot-shape-complex-indic.cc b/src/hb-ot-shape-complex-indic.cc index 3151b0048..1100b4aae 100644 --- a/src/hb-ot-shape-complex-indic.cc +++ b/src/hb-ot-shape-complex-indic.cc @@ -225,8 +225,7 @@ set_indic_properties (hb_glyph_info_t &info) } else if (unlikely (u == 0x17C6)) cat = OT_N; /* Khmer Bindu doesn't like to be repositioned. */ else if (unlikely (u == 0x17D2)) cat = OT_Coeng; /* Khmer coeng */ - else if (unlikely (u == 0x002D || u == 0x00D7 || - hb_in_range (u, 0x2010, 0x2014))) + else if (unlikely (hb_in_range (u, 0x2010, 0x2011))) cat = OT_PLACEHOLDER; else if (unlikely (u == 0x25CC)) cat = OT_DOTTEDCIRCLE; else if (unlikely (u == 0xA982)) cat = OT_SM; /* Javanese repha. */