diff options
Diffstat (limited to 'modules/arabic/arabic-fc.c')
-rw-r--r-- | modules/arabic/arabic-fc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/arabic/arabic-fc.c b/modules/arabic/arabic-fc.c index 04ea2418..657eaf2a 100644 --- a/modules/arabic/arabic-fc.c +++ b/modules/arabic/arabic-fc.c @@ -197,7 +197,7 @@ fallback_shape (PangoEngineShape *engine, input = buf; } - if (wc >= 0x200B && wc <= 0x200F) /* Zero-width characters */ + if (pango_is_zero_width (wc)) { set_glyph (font, glyphs, i, p - text, 0); } |