diff --git a/src/hb-unicode.cc b/src/hb-unicode.cc index cf46aa9fb..9e5a6461c 100644 --- a/src/hb-unicode.cc +++ b/src/hb-unicode.cc @@ -271,6 +271,9 @@ hb_unicode_decompose (hb_unicode_funcs_t *ufuncs, switch (ab) { case 0x0AC9 : *a = 0x0AC5; *b= 0x0ABE; return true; + case 0x0931 : return false; + case 0x0B92 : return false; + /* These ones have Unicode decompositions, but we do it * this way to be close to what Uniscribe does. */ case 0x0DDA : *a = 0x0DD9; *b= 0x0DDA; return true;