summaryrefslogtreecommitdiff
path: root/src/hb-ot-shape-complex-myanmar.cc
diff options
context:
space:
mode:
authorYoungbok Shin <youngb.shin@samsung.com>2016-08-22 16:11:25 +0900
committerYoungbok Shin <youngb.shin@samsung.com>2016-08-22 16:11:25 +0900
commite8e3a59d74b93e80f83e2fbd41cc23fd205f47f6 (patch)
tree5e0a34815cf169d877155b4a9aa5d52511d9995a /src/hb-ot-shape-complex-myanmar.cc
parent5200acdbfd74b4eda74180a84ba3c53f170d95f0 (diff)
downloadharfbuzz-e8e3a59d74b93e80f83e2fbd41cc23fd205f47f6.tar.gz
harfbuzz-e8e3a59d74b93e80f83e2fbd41cc23fd205f47f6.tar.bz2
harfbuzz-e8e3a59d74b93e80f83e2fbd41cc23fd205f47f6.zip
Imported Upstream version 1.3.0upstream/1.3.0
Diffstat (limited to 'src/hb-ot-shape-complex-myanmar.cc')
-rw-r--r--src/hb-ot-shape-complex-myanmar.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/hb-ot-shape-complex-myanmar.cc b/src/hb-ot-shape-complex-myanmar.cc
index 545765d..577d790 100644
--- a/src/hb-ot-shape-complex-myanmar.cc
+++ b/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)