New Internationalization API draft posted to wiki
To make it easier to review the ECMAScript Internationalization API Specification, I also updated my guide to the API: norbertlindenberg.com/2012/02/ecmascript-internationalization-api/index.html
Norbert
The 3 May 2012 working draft of the ECMAScript Internationalization API Specification is available at globalization:specification_drafts
This is the draft to review for the special internationalization meeting of TC 39 on May 21.
A partial prototype implementation with test cases is available at norbertlindenberg.com/ecmascript/Intl.js, norbertlindenberg.com/ecmascript/IntlTest.html
Norbert
The 28 June 2012 working draft of the ECMAScript Internationalization API Specification is available at globalization:specification_drafts
This draft reflects the decisions made at the review of the API by TC 39 on May 21, as well as numerous comments received before and after that meeting.
Norbert
The 23 February 2012 working draft of the ECMAScript Internationalization API Specification is available at globalization:specification_drafts
Along with the name change from Globalization API back to Internationalization API, the namespace has changed from Globalization to Intl.
This draft benefits greatly from comments from Allen and has been extensively reworked to allow for subclassing, avoid dependencies on ECMAScript objects whose behavior might get compromised by other software, and more closely follow the conventions of the ECMAScript Language Specification. It also includes a number of bug fixes.
There are still a few open issues, but I wanted to make this draft available for all to review before producing a final draft for the March TC39 meeting.
A partial prototype implementation with test cases is available at norbertlindenberg.com/ecmascript/Intl.js, norbertlindenberg.com/ecmascript/IntlTest.html
Norbert