ieee_1003.1-2001 locale?

Benjamin Kosnik bkoz@redhat.com
Fri Jun 25 18:39:00 GMT 2004


>Thanks.  There is enough bitrot I think the best way to start is to
>copy generic/* over ieee1003.1-2001/* and then work to add back the
>locale support bit by bit.  Adding message catalog support was easy; I
>haven't yet had a chance to look at what it will take to restore the
>character set conversion that was lost in the process.  Considering it
>didn't even build before, it's a big step forward.

You should have copied the gnu locale, and started from that. Since
nl_langinfo is posix it should really not be too much work.

FYI you have to keep the iee codecvt bits, since gnu uses them, and they
are also already posix compliant.

-benjamin



More information about the Libstdc++ mailing list