This is the mail archive of the libc-locales@sourceware.org mailing list for the GNU libc locales project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug localedata/12394] thousands grouping bug when rounding requiresan extra leading digit


http://sourceware.org/bugzilla/show_bug.cgi?id=12394

--- Comment #1 from Andrew J. Schorr <ajschorr at alumni dot princeton.edu> 2011-01-12 16:17:45 UTC ---
Oops, I should mention that I see the problem with LC_NUMERIC="en_US.UTF-8".
It works fine in C locale:

bash-4.1$ echo 999.999 999999.999 | LC_NUMERIC=C printthou
1000.00
1000000.00
bash-4.1$ echo 999.999 999999.999 | LC_NUMERIC=en_US.UTF-8 printthou
1000.00
,000,000.00

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]