Bug 137616
Summary: | Implement ECMAScript Internationalization API | ||
---|---|---|---|
Product: | WebKit | Reporter: | Dustan Kasten <dustan.kasten> |
Component: | JavaScriptCore | Assignee: | 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
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
rdar://problem/15881480
Steven R. Loomis
FYI: dup of https://bugs.webkit.org/show_bug.cgi?id=90906
Alexey Proskuryakov
Thank you.
*** This bug has been marked as a duplicate of bug 90906 ***