std::string and unicode
Declan McMullen
declan.mcmullen at gmail.com
Tue Apr 8 06:44:38 PDT 2008
Hi Guys,
I'm slightly confused about something. Does std::string not support unicode
?
I have stl enabled in my wxwidgets compilation. The reason I did it is
because
I have some backend classes that use std::string and I didnt want to be
converting to
and from std::string to wxString. Turning on stl meant my strings could be
interchangeable.
However I want to work with locales so I went to use the unicode build of wx
widgets, this
however fails to allow me to have interchangeable strings.
So if I want to use unicode will I have to use wxString and perform a
conversion?
I've been looking through the internationalization section of the book but
i've ended up confused :)
Any guidance much appreciated.
-- =
http://www.computing.dcu.ie/~dmcmullen
declan.mcmullen at computing.dcu.ie
School of Computing
Postgrad Bay A
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.wxwidgets.org/pipermail/wx-users/attachments/20080408/4b6=
54316/attachment.htm
More information about the wx-users
mailing list