需求:
在国际化属性文件中,如果有中文信息,则有可能出现类似于“\u66f4\u65b0\u65f6\u95f4”这样的乱码,为了正常显示中文,可以为Eclipse安装Properties Editor插件。
步骤:
A.Properties Editor插件安装:
1.点击”Help > Install New Software...";
2.点击“Add”按钮,在Location中输入:http://propedit.sourceforge.jp/eclipse/updates/ ,Name中写“Properties Editor”(Name可随便取);
3.点击“OK”按钮后,会出现以下图片信息,选择最后一个即可;
4. 不用勾选“Contact all update sites during install to find required software”,点击“Next”按钮,之后继续“Next”和“I accept the terms of the license agreement”,即可安装,在安装过程中,可能有警告,不用理会,点击“OK”继续;安装完毕后,重启Eclipse。
B. 配置Properties Editor为Properties文件的默认编辑器
点击“Window > Preferences > General > Editors > File Associations” ,如下图(Mars版的Eclipse),点击“Add”将Properties Editor引入并设置为默认;
C.使用PropertiesEditor编辑
如果属性文件内容还是乱码,则执行“文件右击 > Open With > PropertiesEditor”即可;
如果所有的属性文件都用PropertiesEditor编辑,则执行“文件右击 > Open With > Other”操作后,选择PropertiesEditor即可。