[Webkit-unassigned] [Bug 137616] New: Implement ECMAScript Internationalization API

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 10 10:52:55 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=137616

           Summary: Implement ECMAScript Internationalization API
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dustan.kasten at gmail.com


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

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list