解决办法:打开Eclipse的Preferences,选择General->Content Types,然后修改右面的Text下的Java Properites File的默认编码方式为UTF-8,点击Update就可以了!
MyEclipse中新建一个MessageBundle.properties文件,如果输入中文保存时就会提示错误: Save could not be completed. Reason: some characters cannot be mapped using "ISO-8859-1" character encoding. Either change the encoding or remove the characters which are not supported by the "ISO-8859-1" character encoding.
本文介绍了解决MyEclipse中新建MessageBundle.properties文件时出现的中文乱码问题。通过调整Eclipse的默认编码设置为UTF-8,可以有效避免在保存含有中文字符的属性文件时遇到的错误。
407

被折叠的 条评论
为什么被折叠?



