From 35bdab3cf1f0836807160e3ce93766c321b32e8c Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 25 Jul 2012 11:59:52 -0400 Subject: [PATCH] Minor --- src/hb-unicode-private.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ||