This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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]

Re: [RFC] Another idea for 6015



> int main()
> {
>   setlocale(LC_ALL, "it_IT");
> 
>   printf("%g\n", 30.34);
> 
>   return 0;
> }

You have to set LANG, not LC_ALL. Again, see the testsuite entries in 
22_locale.

-benjamin


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