This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/37298] no output when use wcout and cout, wrong utf16 -> utf8 conversion
- From: "paolo dot carlini at oracle dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 31 Aug 2008 18:24:19 -0000
- Subject: [Bug libstdc++/37298] no output when use wcout and cout, wrong utf16 -> utf8 conversion
- References: <bug-37298-16650@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from paolo dot carlini at oracle dot com 2008-08-31 18:24 -------
By the way, your testcases are strictly speaking invalid, because you cannot
mix operations on cout and wcout, per 27.3 (there is some discussion in
libstdc++/11705). Fixed that, the issue is the same as 35353, currently, by
default, cout, wcout, etc, are non-converting in our implementation.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37298