#4907 closed defect (invalid)
currency format on safari messed up
Reported by: | Douglas Hays | Owned by: | Adam Peller |
---|---|---|---|
Priority: | high | Milestone: | 1.0 |
Component: | General | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Running dijit/tests/form/test_validate.html on Safari3/WinXP, The first currency field (Annual Income) on FF2 and IE6 is formatted as "$54,775.53" but on Safari3/Win it is "US$54,775.53"
Change History (2)
comment:1 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 Changed 13 years ago by
Milestone: | 1.0.1 → 1.0 |
---|
Note: See
TracTickets for help on using
tickets.
That's the format for a locale of 'en', which I'm guessing is what Safari is reporting on Windows by default? (navigator.language) Without a country code, this is the way unicode.org suggests representing US Dollars, since other English-speaking countries use the $ symbol.
All of the tests on that page except for the one using German formatting of Euros presently use the browser's default locale.