| Index: third_party/harfbuzz-ng/src/hb-ot-shape-complex-myanmar.cc
|
| diff --git a/third_party/harfbuzz-ng/src/hb-ot-shape-complex-myanmar.cc b/third_party/harfbuzz-ng/src/hb-ot-shape-complex-myanmar.cc
|
| index 545765d5f1d89e7f81f7e945e9762fd0236c8a0f..577d790c783e86b14fb233915cd91460aa4c19ac 100644
|
| --- a/third_party/harfbuzz-ng/src/hb-ot-shape-complex-myanmar.cc
|
| +++ b/third_party/harfbuzz-ng/src/hb-ot-shape-complex-myanmar.cc
|
| @@ -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)
|
|
|