This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: std::string support UTF8?
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: Laurielle Lea <laurielle dot lea at savoirfairelinux dot com>
- Cc: gcc at gnu dot org
- Date: Thu, 28 Apr 2005 15:10:16 -0400
- Subject: Re: std::string support UTF8?
- References: <427134B5.7000006@savoirfairelinux.com>
On Apr 28, 2005, at 3:08 PM, Laurielle Lea wrote:
Hello,
I would like just to know if string class of libstdc++ support UTF8
and if not, is it possible to convert string to utf8 ?
wstring supports wide strings via wchar_t. string supports just 8bit
chars so you figure
it out.
This question is not appropriate for this list, next time use gcc-help
or ask your question on a C++ news group like comp.lang.c++.
-- Pinski