In my GWT project I am initialization Strings with accents (acute), but on the next line (debugging on Eclipse) these accents are displayed as �. Same happens when I deploy.
String myText = "Título";
On Eclipse debugger (or deployed), myText
is displayed as T�tulo
.
Could you please help me?
Thanks