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

发布于 2024-09-16 15:10:07 字数 151 浏览 6 评论 0原文

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

保存无法完成。某些字符无法使用以下方式映射 “cp1252”字符编码。更改编码或删除 “Cp1252”字符编码不支持的字符。

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?

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.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

§对你不离不弃 2024-09-23 15:10:08

我认为它会日食:

  1. 转到 Windows 菜单 –>偏好设置 –>一般(展开)->工作区(单击它)
  2. 查找“文本文件编码”框。默认值为“Cp1252”。
  3. 更改单选以选择其他,然后从组合框中选择“UTF-8”。

I presume its eclipse:

  1. Go to Windows Menu –> Preferences –> General (expand it) –> Workspace (click on it)
  2. Look for a box “Text File Encoding”. Default will be “Cp1252″.
  3. Change radio to select other and select “UTF-8″ from combo box.
飘然心甜 2024-09-23 15:10:08

这看起来像日食。

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

That looks like Eclipse.

  1. Cut the whole contents of the file into the clipboard.
  2. Save the (now empty) properties file.
  3. Change the encoding settings of the file (Alt+Enter) to be UTF-8 or whatever you need.
  4. Paste the clipboard into the editor.
  5. Save the editor.
爱她像谁 2024-09-23 15:10:08

假设它在 Eclipse 中,最简单的方法是选择错误对话框中的“另存为 UTF-8”选项。

输入图片这里的描述

其他答案也很好用。

Assuming it is in Eclipse, easiest way is to choose Save as UTF-8 option present in the error dialog box.

enter image description here

The other answers work well too.

凉墨 2024-09-23 15:10:08

对此,最好的解决方案是我总是这样做。就是转到工作区中的相应文件,在记事本++中打开它并进行所需的更改。完成后,保存文件。
您的 Eclipse 将要求您更新代码并进行更改。单击“是”。
现在就可以出发了。

Best possible solution for this , which I always do .Is to go the respective file in your workspace open it in notepad++ and make the desired changes. Once done , save the file.
Your eclipse will ask you to update the code with the changes . Click yes.
And you are all good to go now.

酷炫老祖宗 2024-09-23 15:10:08

首先复制该文件并删除该文件,然后在创建具有相同内容的文件后在 Eclipse 中删除您的代码

并重写它将解析的代码。

Fist copy the file and delete that file and then cleat your code in the eclipse after

create file with same content and rewrite the code it will resolve.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文