[myanmar] Handle U+AA74..U+AA76

Fixes https://github.com/behdad/harfbuzz/issues/218
This commit is contained in:
Behdad Esfahbod 2016-05-06 17:56:07 +01:00
parent 6c0aa9e92b
commit a2b03de5b3
1 changed files with 5 additions and 0 deletions

View File

@ -249,6 +249,11 @@ set_myanmar_properties (hb_glyph_info_t &info)
case 0x104Au: case 0x104Bu:
cat = (indic_category_t) OT_P;
break;
case 0xAA74u: case 0xAA75u: case 0xAA76u:
/* https://github.com/roozbehp/unicode-data/issues/3 */
cat = (indic_category_t) OT_C;
break;
}
if (cat == OT_M)