using unicode strings in ansi build

Alexander Vassilev avasilev at voipgate.com
Sat Aug 5 11:19:37 PDT 2006


Hi all,

I would like to know if it is possible to use unicode wx-strings in an 
ansi build. I need this because I am using utf8 strings which i have to 
process and convert them to Geck widechar strings. Basically this part 
of the code is quite small and it is not feasible only because of it to 
switch to unicode wxWidgets build. And processing UTF-8 strings directly 
is quite a lot of work to implement, so I want to cenvoert the utf-8 
strings to widechar, process them and then pass them to Gecko. For this 
I would need to have widechar strings in an ansi build, it is possible 
with wx-strings or i have to use STL strings?

Thanks
Alex




More information about the wx-users mailing list