NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: toolchain/54411: std::locale broken



The following reply was made to PR toolchain/54411; it has been noted by GNATS.

From: Robert Elz <kre%munnari.OZ.AU@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: toolchain/54411: std::locale broken
Date: Mon, 29 Jul 2019 11:13:53 +0700

     Date:        Mon, 29 Jul 2019 02:45:01 +0000 (UTC)
     From:        Ryo ONODERA <ryo%tetera.org@localhost>
     Message-ID:  <20190729024501.3E38E7A1C0%mollari.NetBSD.org@localhost>
 
   |  And wiz@'s test program in C++ emits as follows without errors:
   |  
   |  Thousands separator for en_US is ','
   |  Thousands separator for de_DE.UTF-8 is ','
   |  Thousands separator for fr_FR.UTF-8 is ','
 
 There may be no errors, but the answers are wrong (if you
 have those locales installed).  The US one is right, but
 for DE it should be '.' and for FR an unbreakable space.
 
 kre
 
 


Home | Main Index | Thread Index | Old Index