
20 May
2005
20 May
'05
5:15 a.m.
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