[Webkit-unassigned] [Bug 17965] Font fallback broken for some Chinese PUA characters

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 20 15:47:35 PST 2014


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

Myles C. Maxfield <mmaxfield at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mmaxfield at apple.com

--- Comment #2 from Myles C. Maxfield <mmaxfield at apple.com> ---
When we open a webpage, we unconditionally translate the page from whatever character encoding the page is in to Unicode. GBK is an encoding used for Chinese, and includes 14 characters which do not have associated Unicode codepoints, so they are assigned codepoints in the private use area. Chinese fonts have glyphs for these particular codepoints. We should assume that all documents using the GBK character set should be using a chinese “lang” attribute (unless otherwise specified). That would change our fallback font to one that has these particular glyphs.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141120/a21da48f/attachment-0002.html>


More information about the webkit-unassigned mailing list