【发布时间】:2018-05-14 14:15:43
【问题描述】:
每次我在 Eclipse 更新我的项目时,我都会在我的 git 文件中看到文件 .settings/org.eclipse.core.resources.prefs 已从 ISO-8859-1(我的项目使用)更改为 UTF -8.
我已经将 eclipse 的偏好更改为 ISO-8859-1,但问题仍然存在。
【问题讨论】:
-
这和 maven 有什么关系?如果涉及到 pom.xml 可能会改变项目的编码。
标签: eclipse encoding utf-8 iso-8859-1 eclipse-neon