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>"

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1090288

Title:
  The locale file for en_ZA appears to have an error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/langpack-locales/+bug/1090288/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to