Categorize U+1133B for use in Tamil
authorDavid Corbett <corbett.dav@husky.neu.edu>
Tue, 25 Jun 2019 14:14:03 +0000 (10:14 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Tue, 25 Jun 2019 20:23:19 +0000 (13:23 -0700)
src/hb-ot-shape-complex-indic.hh

index dc8f8c7..d207728 100644 (file)
@@ -359,7 +359,7 @@ set_indic_properties (hb_glyph_info_t &info)
   /* According to ScriptExtensions.txt, these Grantha marks may also be used in Tamil,
    * so the Indic shaper needs to know their categories. */
   else if (unlikely (u == 0x11301u || u == 0x11303u)) cat = OT_SM;
-  else if (unlikely (u == 0x1133cu)) cat = OT_N;
+  else if (unlikely (u == 0x1133Bu || u == 0x1133Cu)) cat = OT_N;
 
   else if (unlikely (u == 0x0AFBu)) cat = OT_N; /* https://github.com/harfbuzz/harfbuzz/issues/552 */