Updates:
        Status: WorkingAsIntended

Comment #2 on issue 1034 by [email protected]: toLocaleString() does not support on chrome browser
http://code.google.com/p/v8/issues/detail?id=1034

ECMA-262 15.7.4.3 and 15.9.5.5 state for Number.prototype.toLocaleString() Date.prototype.toLocaleString() that the contents of the returned result strings are implementation-dependent and are allowed to be the same as toString().

Currently there are no plans to go beyond what the spec requires. For the time being it is best to use one of the many javascript libraries that provide the desired (and richer) functionality in this respect.

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to