Yes,  Nicaragua's locale file (es_NI.UTF-8) is affected too. The decimal
separator is a dot "." not a comma "," and the thousands separator is a
comma, not a dot.

$ locale -k LC_NUMERIC
decimal_point=","
thousands_sep="."

Expected results:
$ locale -k LC_NUMERIC
decimal_point="."
thousands_sep=","

/usr/share/i18n/locales/es_NI has:
LC_NUMERIC
copy "es_ES"
END LC_NUMERIC

and should be:
LC_NUMERIC
decimal_point        "<U002E>"
thousands_sep        "<U002C>"
grouping             3;3
END LC_NUMERIC

Then I make a "dpk-reconfigure locales" and works fine.

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

Title:
  Inconsistency in decimal point for es_MX locale

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

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

Reply via email to