diff --git a/src/hb-unicode-private.hh b/src/hb-unicode-private.hh index 0ba2fcce5..1ce5adc6e 100644 --- a/src/hb-unicode-private.hh +++ b/src/hb-unicode-private.hh @@ -151,7 +151,7 @@ _hb_unicode_is_zero_width (hb_codepoint_t ch) return ((ch & ~0x007F) == 0x2000 && (hb_in_ranges (ch, 0x200B, 0x200F, 0x202A, 0x202E, - 0x2060, 0x2063) || + 0x2060, 0x2064) || (ch == 0x2028))) || unlikely (ch == 0x0009 || ch == 0x00AD ||