MyEclipse对.properties文件的自动转码问题
总是描述:
刚有一个项目,项目中有好多配置文件是.properties格式的,每次输入中文保存后,MyEclipse就会自动将中文转为/xxxxx形式的uncode码,倒不影响程序运行,但是查看的时候挺麻烦的.
?
解决方法:
修改MyEclipse的.properties文件的打开方式.方法如下:
Windows->Preferences->General->Editors->File Associations,找到*.properties,发现它的默认打开方式是MyEclipse Properties Editor,改成Properties File Editor后保存,问题解决.