src/hb-ot-shape-complex-hebrew.cc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 57fa2c23de8b6b66894d6872d192ac90ec8bf05a
Author: Behdad Esfahbod <beh...@behdad.org>
Date:   Mon Sep 24 09:57:52 2018 -0400

    Readjust Hebrew composition again

diff --git a/src/hb-ot-shape-complex-hebrew.cc 
b/src/hb-ot-shape-complex-hebrew.cc
index 5ad8daf7..ba25258a 100644
--- a/src/hb-ot-shape-complex-hebrew.cc
+++ b/src/hb-ot-shape-complex-hebrew.cc
@@ -70,7 +70,7 @@ compose_hebrew (const hb_ot_shape_normalize_context_t *c,
 
   bool found = (bool) c->unicode->compose (a, b, ab);
 
-  if (!found)
+  if (!found && !c->plan->has_mark)
   {
       /* Special-case Hebrew presentation forms that are excluded from
        * standard normalization, but wanted for old fonts. */
_______________________________________________
HarfBuzz mailing list
HarfBuzz@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/harfbuzz

Reply via email to