Comment 5 for bug 1090288

Revision history for this message
Don Schoeman (don.sch) wrote :

I posted a bit too fast as there is more to this. Although the official format for currency specifies that a "," (comma) be used as decimal seperator the same rule does not apply to standard numbers. This means that the LC_NUMERIC section indeed have a bug as it stands.

LC_NUMERIC
% "."
decimal_point "<U002C>"

% ","
thousands_sep "<U00A0>"

should be:

LC_NUMERIC
% "."
decimal_point "<U002E>"

% " "
thousands_sep "<U00A0>"