how I insert special characters into editbox by classic keyboard?
I tried to insert into editbox characters such as ' š ', ' č ', etc...(Slovak chars) but it doesn't work.
I have set Slovak keyboard of course.
But if I set text by method it work.
Code: Select all
pEditBox->setText(reinterpret_cast<const utf8*>("ščť"));
Thanks