This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: codecvt as an abstract base class
> Hmm, looking at Darwin, it really seems that there's simply no (well,
> very little) libc localization support. You need the CoreFoundation
> framework.
Yes. The goal here should be to sync libstdc++ codecvt with whatever
the host platform is doing so that multi-language bits (or at least
c/c++ language families) interact correctly. On GNU systems, this means
libc and POSIX MT locale features. On Mac, this would be the
appropriate CF bits.
-benjamin