问题描述:
用import导入了一个MyEclipse项目,但里面的中文都出现了乱码。
解决方案:
方法一:将整个project设置编码UTF-8
【Window】——【Preferences】——【General】——【Workspace】——【Text file encoding】,将之前的【Default(GBK)】改为【Other:UTF-8】。
方法二:对java源文件编码设置为UTF-8
【Window】——【Preferences】——【General】——【Context Types】——【Text】,选择【Java Source File】,在下面的Default encoding输入框中输入 UTF-8,点击右边的【Update】,即可设置Java文件编码为UTF-8。