在 Eclipse 编辑器中将阿拉伯语单词转换为二进制代码
Converting arabic word into binary codes in Eclipse editor
我正在开发 spring 启动应用程序,
我有阿拉伯语内容。当我将其粘贴到 .properties
文件中时,它会转换为二进制代码。
test = \u0627\u062E\u062A\u0628\u0627\u0631
实际值为اختبار。
这是什么原因,我如何从 Eclipse 中以阿拉伯语查看它?
试试这个
file->Properties-> Resource -> Other -> utf-8
我正在开发 spring 启动应用程序,
我有阿拉伯语内容。当我将其粘贴到 .properties
文件中时,它会转换为二进制代码。
test = \u0627\u062E\u062A\u0628\u0627\u0631
实际值为اختبار。
这是什么原因,我如何从 Eclipse 中以阿拉伯语查看它?
试试这个
file->Properties-> Resource -> Other -> utf-8