From: Aaron W. LaFramboise (aaronrabiddog51_at_[hidden])
Date: 2005-05-20 00:15:25


Jonathan Turkanis wrote:
> Beman Dawes wrote:

>>What is the story on std::wstring support with GCC/Cygwin? How do you
>>turn
>>it on?

> I believe std::codecvt is not supported on that platform. I've marked the
> Iostreams library wide stream and code conversion tests as expected failures
> with MinGW and Cygwin. I'd be happy to be proved wrong.

I don't know about Cygwin, but codecvt is not supported yet on MinGW.
Additionally, much of the miscellaneous wide character stuff does not
yet work.

Aaron W. LaFramboise