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   

Description Dustan Kasten 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
Comment 1 Alexey Proskuryakov 2014-10-11 10:30:44 PDT
rdar://problem/15881480
Comment 2 Steven R. Loomis 2014-11-04 16:13:57 PST
FYI: dup of https://bugs.webkit.org/show_bug.cgi?id=90906
Comment 3 Alexey Proskuryakov 2014-11-04 16:29:31 PST
Thank you.

*** This bug has been marked as a duplicate of bug 90906 ***