0

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

4

1 回答 1

0

调试器窗口和部署环境中使用的字体没有重音字符。更改 Eclipse 和您的环境中的字体设置(我将假设一个控制台应用程序。)

于 2012-11-08T12:00:58.470 回答