[Webkit-unassigned] [Bug 90906] Consider implementing EcmaScript I18N API

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 10 17:35:39 PDT 2012


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





--- Comment #1 from Kent Tamura <tkent at chromium.org>  2012-07-10 17:35:38 PST ---
(In reply to comment #0)
> Moreover, some of HTML5 elements (e.g. <input type="date">) can be reimplemented with this API. Currently, some locale-specific data are embedded in the implementation (e.g. http://trac.webkit.org/browser/trunk/Source/WebCore/Resources/calendarPicker.js?rev=122212 ), which may not be scalable for tens of languages/locales. 
> 
> [2] http://code.google.com/p/v8-i18n

I have never used v8-i18n, but does it apply OS's setting correctly?
A locale data in ICU doesn't match to the system's locale data (Bug 84388), and ICU doesn't reflect user's customization; e.g. One uses "fr" locale, but he can change the system locale setting so that '.' is used for decimal separators.

-- 
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