本文介绍了问题显示在Eclipse日语字符的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我ecliplse IDE显示的不是正确的日语字符乱码...
试了很多策略,我的编码设置为UTF-8 ...但仍然没有结果。
有关引用截图连接。
任何帮助也能接受...
先谢谢了。
解决方案
- 打开的eclipse.ini配置文件在Eclipse主文件夹
- 添加新的参数-Dfile.encoding = SJIS
- 关闭和打开Eclipse。
My ecliplse IDE is displaying junk characters instead of the correct japanese characters...
Tried many strategies , my encoding is set to UTF-8...but still no outcome.
Screenshots for references are attached..
Any help will be accepted...Thanks in advance.
解决方案
- Open the eclipse.ini config file in the eclipse home folder
- Add the new parameter -Dfile.encoding=SJIS
- Close and Open the eclipse.
这篇关于问题显示在Eclipse日语字符的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!