[indic] Handle "Cantillation marks for the Samaveda"

This commit is contained in:
Behdad Esfahbod 2014-05-21 18:35:48 -04:00
parent 29531128f2
commit 26c836e53d
1 changed files with 3 additions and 0 deletions

View File

@ -197,6 +197,9 @@ set_indic_properties (hb_glyph_info_t &info)
*/
if (unlikely (hb_in_range<hb_codepoint_t> (u, 0x0951, 0x0954)))
cat = OT_A;
/* Same for the following... */
if (unlikely (hb_in_range<hb_codepoint_t> (u, 0xA8E0, 0xA8F1)))
cat = OT_A;
if (unlikely (u == 0x17D1))
cat = OT_X;