This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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]

[Bug libstdc++/37298] no output when use wcout and cout, wrong utf16 -> utf8 conversion



------- 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


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