[Webkit-unassigned] [Bug 55453] Pass preferred language information down to font fallback logic

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 2 17:32:24 PST 2011


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





--- Comment #7 from Jungshik Shin <jshin at chromium.org>  2011-03-02 17:32:24 PST ---
(From update of attachment 84376)
View in context: https://bugs.webkit.org/attachment.cgi?id=84376&action=review

> WebKit/chromium/public/gtk/WebFontInfo.h:49
> +    //                      or 2-letter with 2-letter region (e.g. "zh-cn")

Language codes can be longer than 2-letter (e.g. fil) .  The same is true of region code (numeric region code is 3-digit like 419). Also, actually, script code is better for the 2nd part (like zh-Hant vs zh-Hans). Anyway, just say 'locale identifier' (along with a couple of examples like zh-CN, ja) would suffice without going to details for this comment

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



More information about the webkit-unassigned mailing list