This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/14623] UTF-8 encoding, wcout vs. file
- From: "pcarlini at suse dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 18 Mar 2004 00:09:52 -0000
- Subject: [Bug libstdc++/14623] UTF-8 encoding, wcout vs. file
- References: <20040317231656.14623.bkoz@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pcarlini at suse dot de 2004-03-18 00:09 -------
Ok, thanks!
Seems related to 12077.
Anyway, in general, I'm not sure we can really produce the expected output in
any case, without calling sync_with_stdio(false): the stdio_sync_filebuf
doesn't convert, just calls putwc, one char at a time!
Investigating, anyway...
--
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|unassigned at gcc dot gnu |pcarlini at suse dot de
|dot org |
Status|WAITING |ASSIGNED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14623