diff --git a/src/hb-ot-shape-complex-indic.cc b/src/hb-ot-shape-complex-indic.cc index f17cf41e9..6f51a7978 100644 --- a/src/hb-ot-shape-complex-indic.cc +++ b/src/hb-ot-shape-complex-indic.cc @@ -209,7 +209,8 @@ set_indic_properties (hb_glyph_info_t &info) else if (unlikely (hb_in_range (u, 0xA8E0, 0xA8F1))) cat = OT_VD; /* The following act like consonants. */ - else if (unlikely (hb_in_range (u, 0x1CF5, 0x1CF6))) + else if (unlikely (hb_in_ranges (u, 0x0A72, 0x0A73, + 0x1CF5, 0x1CF6))) cat = OT_C; /* TODO: The following should only be allowed after a Visarga. * For now, just treat them like regular tone marks. */