无法创建包含外语字符的文件

在尝试使用外语字符保存属性文件(包含名称/值对)时出现以下错误.如何设置编码?

I get the following error, when trying to save a properties file (containing name/value pairs) with foreign language characters. How do I set the encoding?

无法完成保存.某些字符无法使用映射Cp1252"字符编码.更改编码或删除Cp1252"字符编码不支持的字符.

Save could not be completed. Some characters cannot be mapped using "Cp1252" character encoding. Either change the encoding or remove the characters which are not supported by the "Cp1252" character encoding.

推荐答案

看起来像 Eclipse.

That looks like Eclipse.

  1. 将文件的全部内容剪切到剪贴板中.
  2. 保存(现在为空)属性文件.
  3. 将文件的编码设置 (Alt+Enter) 更改为 UTF-8 或您需要的任何内容.
  4. 将剪贴板粘贴到编辑器中.
  5. 保存编辑器.

相关文章