[Webkit-unassigned] [Bug 13415] Add UTF-32 support for html/xml documents

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 20 19:48:30 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=13415





------- Comment #5 from jungshik.shin at gmail.com  2007-04-20 19:48 PDT -------
David, according to the document you mentioned, I'm not supposed to use fonts
that don't  come with Mac OS X. Is there any Mac OS X standard font supporting
non-BMP characters? Because WebKit renders 'U+0000' with zero-width glyph, it's
impossible to tell whether UTF-32LE is interpreted as UTF-32LE or as UTF-16LE
unless I include some non-BMP characters.  

A Japanese font (to support JIS X 213 characters) may cover some CJK ideographs
in plane 2. I have to check that out. 

Alternatively, I might be able to use a Javascript to tell which is the case. 


-- 
Configure bugmail: http://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