Code: Select all
int main(int argc, char **argv)
{
//Я
int x = 0;
return 0;
}
So in file cppwordscanner, line 243 we got wrong convertion, sooo method IsOK returns wxNOT_FOUND;
As fast solution I made hack in my local build:
Code: Select all
bitmap->text = m_text.mb_str(wxConvISO8859_1).data();