wxString

Zorro zorro at zoooooro.pl
Tue Jan 22 02:31:19 PST 2008


Eran Ifrah pisze:
> str.mb_str() - to get char* from Unicode string
> wxString(char*, wxConvUTF8) -> to make unicode string from char *

not working ;(

str.Printf("ążźćóÓŻŹĄŃń&oĹÄc");
wxString ztr(str.c_str(),wxConvUTF8);
wxPrintf("test ->[%s][%s]\n",ztr.mb_str(),str.mb_str());






More information about the wx-users mailing list