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: Localization with libstdc++ fails on FreeBSD


> Why does the "darwin" (which is generic) model apply to the FreeBSD
> OS? (I guess C++ localization will also fail on MacOS X too.)

It looks like it has something to do with ctype, and nothing to do with
named locales.

Named locales only work on GNU systems, or with systems that implement
the new POSIX locale model (newlocale/duplocale/strcoll_l, etc). From
what I understand, neither FreeBSD 7 nor Darwin meet these requirements.

best,
-benjamin


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