Bug 137616 - Implement ECMAScript Internationalization API
Summary: Implement ECMAScript Internationalization API
Status: RESOLVED DUPLICATE of bug 90906
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2014-10-10 10:52 PDT by Dustan Kasten
Modified: 2014-11-04 16:29 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***