[indic] Support U+17DD KHMER SIGN ATTHACAN

As requested by Martin Hosken on the list.
This commit is contained in:
Behdad Esfahbod 2014-04-08 16:03:35 -07:00
parent 05870ed62e
commit 0682ddd05c
1 changed files with 2 additions and 1 deletions

View File

@ -201,7 +201,8 @@ set_indic_properties (hb_glyph_info_t &info)
if (unlikely (u == 0x17D1))
cat = OT_X;
if (cat == OT_X &&
unlikely (hb_in_range<hb_codepoint_t> (u, 0x17CB, 0x17D3))) /* Khmer Various signs */
unlikely (hb_in_range<hb_codepoint_t> (u, 0x17CB, 0x17D3) ||
u == 0x17DD)) /* Khmer Various signs */
{
/* These are like Top Matras. */
cat = OT_M;