[Webkit-unassigned] [Bug 138244] toLocaleString() doesn't work as it does in Firefox and Chrome

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 2 11:24:13 PST 2014


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

--- Comment #2 from Philipp Metzler <pp at goli.at> ---
Sorry - there were some typos. It's like this:

As I'm in Austria the browsers should use the de_AT locale.

parseInt( '1000' ).toLocaleString()
Result in Safari: 1000 (the thousands separator is missing)
Result in Firefox und Chrome: 1.000 (correct with thousands separator)

parseFloat( '1000.33' ).toLocaleString()
Result in Safari: 1000.33 (the thousands separator is missing)
Result in FF und Chrome: 1.000,33 (correct with thousands separator and comma as decimal mark)

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141102/d004a2b7/attachment-0002.html>


More information about the webkit-unassigned mailing list