Closed
Bug 542502
Opened 15 years ago
Closed 7 years ago
OS-independent number format logic
Categories
(Core :: Internationalization, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: Pike, Assigned: smontagu)
References
(Blocks 1 open bug)
Details
Right now, I don't think we have any logic in gecko that allows us to do number formatting according to the gecko locale. The closest thing is toLocaleString() in js, which asks the OS.
No idea on how to do this right, I'm open for suggestions.
Plus for that suggestion working in both xpcom and jsm.
Comment 1•7 years ago
|
||
Marking as WFM - we now have Intl.NumberFormat and mozIntl.NumberFormat.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•