Eclipse:Using UTF-8 encoding in the text editor make the Strings not work properly, how can I fix that?

只谈情不闲聊 提交于 2019-12-02 11:46:37
Marcel Stör

There's (at least) one discussion here on SO about Should source code be saved in UTF-8 format or not.

Personally, I'd advise against it. I'd much rather use the \uXXXX notation to encode those Greek characters in the source code and keep the other settings untouched.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!