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: ieee_1003.1-2001 locale?


>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


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