This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: std::string support UTF8?



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]