Bug 137616

Summary: Implement ECMAScript Internationalization API
Product: WebKit Reporter: Dustan Kasten <dustan.kasten>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: ap, ggaren, srl295, turadg
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   

Dustan Kasten
Reported 2014-10-10 10:52:51 PDT
Request to implement the The ECMAScript Internationalization API. This provides language aware string comparison, and number and date/time formatting under the `Intl` global namespace. `Intl` has three constructors. Collator, NumberFormat, and DateTimeFormat. Spec links: * http://www.ecma-international.org/ecma-402/1.0/ * http://www.ecma-international.org/ecma-402/1.0/#sec-8 Community Documenation: * MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl * WebPlatform: http://docs.webplatform.org/wiki/apis/internationalization/Intl
Attachments
Alexey Proskuryakov
Comment 1 2014-10-11 10:30:44 PDT
Steven R. Loomis
Comment 2 2014-11-04 16:13:57 PST
Alexey Proskuryakov
Comment 3 2014-11-04 16:29:31 PST
Thank you. *** This bug has been marked as a duplicate of bug 90906 ***
Note You need to log in before you can comment on or make changes to this bug.