提交 96a9ef0c 编写于 作者: B Behdad Esfahbod

Remove tab character like other "zero-width" characters

Uniscribe does that, this make comparing results to Uniscribe
easier.
上级 cd6a5493
...@@ -149,7 +149,8 @@ _hb_unicode_is_zero_width (hb_codepoint_t ch) ...@@ -149,7 +149,8 @@ _hb_unicode_is_zero_width (hb_codepoint_t ch)
(ch >= 0x202A && ch <= 0x202E) || (ch >= 0x202A && ch <= 0x202E) ||
(ch >= 0x2060 && ch <= 0x2063) || (ch >= 0x2060 && ch <= 0x2063) ||
(ch == 0x2028) (ch == 0x2028)
)) || unlikely (ch == 0x00AD )) || unlikely (ch == 0x0009
|| ch == 0x00AD
|| ch == 0x034F || ch == 0x034F
|| ch == 0xFEFF); || ch == 0xFEFF);
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册