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());