[indic] Treat U+1CE1 as a tone-mark too

It's spacing, but otherwise the same as the other ones.
pull/43/merge
Behdad Esfahbod 11 years ago
parent e848bfae7c
commit 72ead0cc72
  1. 2
      src/hb-ot-shape-complex-indic.cc

@ -199,7 +199,7 @@ set_indic_properties (hb_glyph_info_t &info)
*/ */
if (unlikely (hb_in_ranges<hb_codepoint_t> (u, 0x0951, 0x0952, if (unlikely (hb_in_ranges<hb_codepoint_t> (u, 0x0951, 0x0952,
0x1CD0, 0x1CD2, 0x1CD0, 0x1CD2,
0x1CD4, 0x1CE0) || 0x1CD4, 0x1CE1) ||
u == 0x1CF4)) u == 0x1CF4))
cat = OT_A; cat = OT_A;
/* The following act more like the Bindus. */ /* The following act more like the Bindus. */

Loading…
Cancel
Save