[HarfBuzz] harfbuzz-ng: Branch 'master'

Behdad Esfahbod behdad at kemper.freedesktop.org
Wed Jul 25 08:59:57 PDT 2012


 src/hb-unicode-private.hh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 35bdab3cf1f0836807160e3ce93766c321b32e8c
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Wed Jul 25 11:59:52 2012 -0400

    Minor

diff --git a/src/hb-unicode-private.hh b/src/hb-unicode-private.hh
index 0ba2fcc..1ce5adc 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<hb_codepoint_t> (ch,
 								     0x200B, 0x200F,
 								     0x202A, 0x202E,
-								     0x2060, 0x2063) ||
+								     0x2060, 0x2064) ||
 				       (ch == 0x2028))) ||
 	  unlikely (ch == 0x0009 ||
 		    ch == 0x00AD ||



More information about the HarfBuzz mailing list