This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: UTF-8 support - char or wchar_t
- From: Paolo Carlini <paolo dot carlini at oracle dot com>
- To: eric at boese-wolf dot eu
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Mon, 14 Sep 2009 23:05:45 +0200
- Subject: Re: UTF-8 support - char or wchar_t
- References: <40D5D37D.10600@suse.de> <87vdjljm11.fsf@elvis.LOCAL.NON-TLD>
eric@boese-wolf.eu wrote:
> ^^^ Why is this line necessary? I read, that
> sync_with_stdio(false) "decouples" the C
> streams and the C++ streams, but why is
> that necessary such that std::wcout
> produces UTF8?
>
See libstdc++/35353.
Paolo.