[Webkit-unassigned] [Bug 20237] Zero width and space characters are displayed incorrectly if not contained in a fallback font.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 6 15:53:10 PDT 2008


https://bugs.webkit.org/show_bug.cgi?id=20237


jungshik.shin at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jungshik.shin at gmail.com




------- Comment #6 from jungshik.shin at gmail.com  2008-08-06 15:53 PDT -------
There are a whole bunch of characters to fall into 'zero-width' category. 
It might be better to use | u_hasBinaryProperty(c,
UCHAR_DEFAULT_IGNORABLE_CODE_POINT) |  (
http://www.icu-project.org/apiref/icu4c/uchar_8h.html#25c5c820d4141e4099acc15ca83572a5
).

Firefox does not use the set (as it is) but defines its own (derived from the
default ignorable). 

Some characters with default ignorable property cannot be ignored but as long
as they're in 'simple script' code path, I think it's ok. 


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list