[RFC] _NL_NUMERIC_*_WC vs _NL_MONETARY_*_WC

Paolo Carlini pcarlini@suse.de
Tue Apr 6 20:40:00 GMT 2004


Paolo Carlini wrote:

> Hi,
>
> for the gnu locale model, in /monetary.cc/ we are using:
>
>  _NL_NUMERIC_DECIMAL_POINT_WC,
>  _NL_NUMERIC_THOUSANDS_SEP_WC

Also, for wchar_t (not for char), we are using

    GROUPING

instead of

    __MON_GROUPING

Moreover, I noticed a minor issue in numeric_members.cc:

    RADIXCHAR
    THOUSEP

which are deprecated according to the glibc docs and should be changed to:

    DECIMAL_POINT
    THOUSANDS_SEP

Paolo.



More information about the Libstdc++ mailing list