Georg Baum wrote:
Abdelrazak Younes wrote:
But I've seen ports of Gcc-4 to mingw and cygwin. That would solve the
problem, wouldn't it? Enrico, would you comment on that?
Does gcc 4 support wchar_t on mingw and cygwin?
I think I've read gcc 4.1 is compilable out of the box within both so
yes, I think so.
I ask because gcc 3.3 (and
probably earlier) have usable wchar_t support on linux, so this is not a
gcc version issue. As I understand it the linux wchar_t support cannot be
used as is on windows, because the locale handling is fundamentally
different.
This link:
http://www.mingw.org/MinGWiki/index.php/wide%20characters
Says that mingw with STLPort is the solution. If the STLPort people
managed to do it I guess it's possible.
Abdel.