Closed
Bug 837963
(es-intl)
Opened 12 years ago
Closed 6 years ago
[meta] Implement ECMAScript Internationalization API
Categories
(Core :: JavaScript: Internationalization API, enhancement)
Core
JavaScript: Internationalization API
Tracking
()
RESOLVED
FIXED
People
(Reporter: mozillabugs, Unassigned)
References
(Depends on 1 open bug, Blocks 1 open bug, )
Details
(Keywords: feature, meta)
The ECMAScript Internationalization API, specified in standard ECMA-402, provides collation (string comparison), number formatting, and date and time formatting for JavaScript applications, and lets applications choose the language and tailor the functionality to their needs.
This bug tracks its implementation in SpiderMonkey.
Specification:
http://www.ecma-international.org/ecma-402/1.0/
Introduction:
http://norbertlindenberg.com/2012/12/ecmascript-internationalization-api/
Keywords: dev-doc-needed
Reporter | ||
Updated•12 years ago
|
Summary: [meta] Implement ECMAScript Internationalization API → (es-intl) [meta] Implement ECMAScript Internationalization API
Updated•12 years ago
|
Alias: es-intl
Summary: (es-intl) [meta] Implement ECMAScript Internationalization API → [meta] Implement ECMAScript Internationalization API
Reporter | ||
Comment 1•12 years ago
|
||
Developer documentation:
https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Global_Objects/Intl
https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Global_Objects/Collator
+ 4 Collator subpages
https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Global_Objects/DateTimeFormat
+ 4 DateTimeFormat subpages
https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Global_Objects/NumberFormat
+ 4 NumberFormat subpages
https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Global_Objects/Date/toLocaleString
https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Global_Objects/Date/toLocaleDateString
https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Global_Objects/Date/toLocaleTimeString
https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Global_Objects/Number/toLocaleString
https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Global_Objects/String/localeCompare
Release notes still needed.
Updated•6 years ago
|
Updated•6 years ago
|
Reporter | ||
Updated•6 years ago
|
Assignee: mozillabugs → nobody
Status: ASSIGNED → NEW
Comment 2•6 years ago
|
||
This bug has outlived its usefulness -- we ship support for this, and while there are omissions it's mostly for new stuff that didn't even exist when "implement this new standard" was originally on the plate. Plus there's a whole component for this now, even.
I'm going to leave dependencies as they are so as not to spam people, but let's stop adding new ones.
Component: JavaScript Engine → JavaScript: Internationalization API
Updated•6 years ago
|
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Comment 3•6 years ago
|
||
removing dev-doc-needed from here; we've covered most of this in the individual implementation bugs.
Keywords: dev-doc-needed
You need to log in
before you can comment on or make changes to this bug.
Description
•