This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: FW: wide streams and wide strings
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: Eric Ray <ERay at zixit dot com>
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Tue, 19 Mar 2002 08:52:17 -0800 (PST)
- Subject: Re: FW: wide streams and wide strings
Please, if possible, do not post to this list in HTML formatting.
> Can anyone please tell me how to get wide string and wide stream support
> in gcc/g++?
Your code is fine, and should compile correctly on platforms that support
wide characters.
If this is not the case, then your platform does not support wide
characters. I've previously suggested that you look at config.log to see
if, and when, this support is disabled. I'm still awaiting your efforts
in this area.
-benjamin