RESOLVED DUPLICATE of bug 90906 137616
Implement ECMAScript Internationalization API
https://bugs.webkit.org/show_bug.cgi?id=137616
Summary Implement ECMAScript Internationalization API
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.