wcout oddness

Benjamin Kosnik bkoz@redhat.com
Thu Aug 10 09:30:00 GMT 2000


> Is there a particular reason why wcout doesn't flush when it gets /n and cout
> does?

...do you mean endl? That should flush.

Can you be a bit more specific, and submitt code.... The simple examples 
in testsuite/27_io/wide_stream_objects.cc seem to work... what are you 
doing that these do not....

The wide character stuff is in, but the conversions (between codesets) are 
not. I'm working  on that now. Once the conversions are in (and not 
trivial, as is the case  now--check out config/c_io_libio_codecvt.c) then 
this whole apparatus will be much more useful. 

At that point I'll post more info on how to use this apparatus. 

And then I'll do the solaris port, all you long-suffering solaris 
users....sorry about this.

thanks,
-benjamin


More information about the Libstdc++ mailing list