当前位置: 代码迷 >> Eclipse >> MyEclipse对.properties文件的自动转码有关问题
  详细解决方案

MyEclipse对.properties文件的自动转码有关问题

热度:75   发布时间:2016-04-23 01:44:06.0
MyEclipse对.properties文件的自动转码问题

总是描述:

刚有一个项目,项目中有好多配置文件是.properties格式的,每次输入中文保存后,MyEclipse就会自动将中文转为/xxxxx形式的uncode码,倒不影响程序运行,但是查看的时候挺麻烦的.

?

解决方法:

修改MyEclipse的.properties文件的打开方式.方法如下:

Windows->Preferences->General->Editors->File Associations,找到*.properties,发现它的默认打开方式是MyEclipse Properties Editor,改成Properties File Editor后保存,问题解决.

  相关解决方案