From e9b2a4cfe593bdbe9288571635ba26ac42ede987 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Fri, 23 May 2014 15:49:10 -0400 Subject: [PATCH] [indic] Support U+1CED --- src/hb-ot-shape-complex-indic.cc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/hb-ot-shape-complex-indic.cc b/src/hb-ot-shape-complex-indic.cc index 230c8e4d6..f17cf41e9 100644 --- a/src/hb-ot-shape-complex-indic.cc +++ b/src/hb-ot-shape-complex-indic.cc @@ -215,6 +215,11 @@ set_indic_properties (hb_glyph_info_t &info) * For now, just treat them like regular tone marks. */ else if (unlikely (hb_in_range (u, 0x1CE2, 0x1CE8))) cat = OT_A; + /* TODO: The following should only be allowed after some of + * the nasalization marks, maybe only for U+1CE9..U+1CF1. + * For now, just treat them like tone marks. */ + else if (unlikely (u == 0x1CED)) + cat = OT_A; /* The following are Visarga variants. */ else if (unlikely (hb_in_range (u, 0x1CF2, 0x1CF3))) {