Public review of ECMAScript Internationalization API

You're invited to participate in the public review of the ECMAScript Internationalization API. This API enables internationalization of JavaScript applications by providing collation (string comparison), number formatting, and date and time formatting, and lets applications choose the language and tailor the functionality to their needs.

The API has been reviewed by Ecma TC 39 in May, and the latest specification draft reflects the decisions made during the review. The specification is available at:
http://wiki.ecmascript.org/doku.php?id=globalization:specification_drafts
For an introduction, see
http://norbertlindenberg.com/2012/06/ecmascript-internationalization-api/

Please report any bugs and issues you find at
https://bugs.ecmascript.org/enter_bug.cgi?product=ECMAScript%20Internationalization%20API
or send comments to the es-discuss mailing list
https://mail.mozilla.org/listinfo/es-discuss

Ecma TC 39 will review all feedback at its meeting July 24-26. TC 39 is the technical committee tasked with standardization of the ECMAScript programming language, the core of JavaScript.

Best regards,
Norbert

Received on Tuesday, 3 July 2012 01:22:00 UTC