介绍eclipse编码设置
工具/原料
eclipse
对某个文件或工程设置编码格式
1、进入eclipse,选中某个文件或工程,右键点击Properties,如图
2、点击Resource,Text file encoding选中Other,点击下拉框选择某个编码格式然后点击Apply或Apply and Close即可
对整个workspace设置编码格式
1、点击Windows-->Properties,如图
2、点击General-->Workspace
3、找到Text file encoding,选中Other,点击下拉框,选中相应编码格式,然后点击Apply或Apply and Close即可