Package: locales Version: 2.3.1-16 (and possibly later)
Currency values are not displayed correctly under catalan locale (in GnuCash for instance). Thousands decimal point are right-shifted one position, displaying "12.00,00" instead of "1.200,00"
SOLUTION: The error is in /usr/share/i18n/locales/ca_ES file Change the line 2127: where it is:
"mon_grouping 2;3"
it should be:
"mon_grouping 3;3"
I am using Debian GNU/Linux 3.0 with a mix of stable, testing, and unstable packages (mainly stable).
The kernel is a 2.4.22 one
The libc6 version is 2.3.1-16
-- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

