Added by V. Bekir Macit about 11 years ago
when I used setTitle(WString("Merhaba Dünya")); page shows Merhaba D??nya ! how can this problem solved?
Than you
possibly this helps:
http://redmine.webtoolkit.eu/boards/2/topics/8583?r=8621#message-8621
setTitle(WString::fromUTF8("Merhaba Dünya")); That solved the problem
thanks