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: Thanks!


Paolo Carlini <pcarlini@unitus.it> writes:

> 1- That *both* the it_IT and the fr_FR locales do not include such
> *minimal* piece of information corresponding to thousand_sep() and
> the grouping(). Don't you find this really unexpected?!?

Which platform?  On Linux the information definitely is included.
It's just that for both these locales no thousands separator must be
used.

It is save to assume that if the reported thousands separator
character is NUL there is no grouping.  The C interface would return
an empty string but if the C++ interface requires a character this is
all you can do.

-- 
---------------.                          ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Red Hat          `--' drepper at redhat.com   `------------------------


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