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: Some details on the named locale problem


Ulrich Drepper wrote:

> No.  If the locale contains an empty string it means an empty string.
> The grouping string is irrelevant since adding an empty string
> anywhere wouldn't change the output.  If you substitute ',' for NUL
> this what be completely wrong.

Ok... Thanks.

Therefore, in general we will leave the thousands separator as returned by libc
and, in the case of glibc, we will infer from the particular value \0 a grouping
== "", right?

The patch I have just posted, for the time being does just this.

Cheers,
Paolo.



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