https://bugzilla.wikimedia.org/show_bug.cgi?id=18957
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #15 from [email protected] 2009-06-16 20:20:51 UTC --- To sum up, there are following errors that should be fixed: * {{formatnum:1234}} → 1234 instead of 1 234 (international and ISO 31-0 compatible notation! Furthermore this is a must for tables, where 4-digit and 4+-digit numbers are listed below. However the error does not occur with negative numbers and numbers with a decimal separator.) * {{formatnum:-1234}} → -1 234 instead of −1 234 (minus sing! U+2212) * {{formatnum:1234.56789}} → 1 234,56789 instead of 1 234,567 89 (also negative numbers should get a thousands separator, see ISO 31-0) -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
