NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: toolchain/54411: std::locale broken
Date: Mon, 29 Jul 2019 15:32:12 +0900
From: Ryo ONODERA <ryo%tetera.org@localhost>
Message-ID: <87blxde4gj.fsf%brownie.elements.tetera.org@localhost>
| $ ./a.out
| thousands separator in C: ''
| thousands separator in de_DE.UTF-8: '.'
| thousands separator in fr_FR.UTF-8: 'Â '
|
| I have no idea about C locale.
All are correct, the C locale has no separators (big numbers are
just written like 123456789, not "123,456,789" (English based locales)
"123.456.789" (German), or "123 456 789" (French)).
kre
Home |
Main Index |
Thread Index |
Old Index