RESOLVED FIXED 147614
[INTL] Implement Array.prototype.toLocaleString in ECMA-402
https://bugs.webkit.org/show_bug.cgi?id=147614
Summary [INTL] Implement Array.prototype.toLocaleString in ECMA-402
Andy VanWagoner
Reported 2015-08-03 17:37:37 PDT
Implement ECMA-402 2.0 13.4.1 Array.prototype.toLocaleString([locales [, options ]]) http://ecma-international.org/publications/standards/Ecma-402.htm This definition supersedes the definition provided in ES2015, 22.1.3.26.
Attachments
Patch (8.18 KB, patch)
2016-01-20 14:44 PST, Andy VanWagoner
no flags
Andy VanWagoner
Comment 1 2015-12-07 21:15:25 PST
Note that the list separator is implementation defined. The ICU library does not appear to have a way to get the list delimiter by locale. List pattern data exists in the CLDR, but it may not yet be worth the effort to try to extract the delimiter from patterns for each locale. Currently Firefox and Chrome just use ','.
Andy VanWagoner
Comment 2 2016-01-20 14:44:58 PST
WebKit Commit Bot
Comment 3 2016-01-21 18:05:39 PST
Comment on attachment 269387 [details] Patch Clearing flags on attachment: 269387 Committed r195431: <http://trac.webkit.org/changeset/195431>
WebKit Commit Bot
Comment 4 2016-01-21 18:05:42 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.