第一步:在file->setting->Editor->FileEncoding设置Global Encoding和Project Encoding。
第二步:idea.exe.vmoptions文件末尾加上-Dfile.encoding=UTF-8
第三步:在项目目录下面查找encoding.xml文件,将其中出现的其它字符集全部改做UTF-8,或者只保留下面的数据:
<?xml version="1.0" encoding="UTF-8"?> <project version="4"> <component name="Encoding" defaultCharsetForPropertiesFiles="UTF-8"> <file url="PROJECT" charset="UTF-8" /> </component> </project>
时间: 2024-10-19 08:53:30