Updates:
Status: WorkingAsIntended
Comment #1 on issue 1797 by [email protected]: Chrome - toLocaleString()
function is not converting the number into local format.
http://code.google.com/p/v8/issues/detail?id=1797
The ES5 spec says:
"Produces a String value that represents this Number value formatted
according to the conventions of the host environment's current locale. This
function is implementation-dependent, and it is permissible, but not
encouraged, for it to return the same thing as toString."
While v8 does not offer the best solution right now, the current behavior
*is* ES5 conform.
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev