Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要在一些 java 文件的字符串中使用一些 UTF8 字符。我想我需要将文件的编码更改为 UTF8 Eclipse 才能使它们工作。
我想知道如何将默认编码设置为 UTF8?
另外,我想问一下,将编码设置为UTF8后,实际的物理java文件是否包含UTF8 BOM头。
在 Eclipse 中,转到Preferences>General>Workspace并选择UTF-8Text File Encoding。
Preferences>General>Workspace
UTF-8
这应该为工作区中的所有资源设置编码。从现在开始使用默认编码创建的任何组件都应该匹配。