在Eclipse编辑器中将阿拉伯语单词转换为二进制代码

时间:2018-12-24 04:45:56

标签: spring eclipse eclipse-plugin

我正在开发Spring Boot应用程序,

我有阿拉伯语的内容。当我将其粘贴到.properties文件中时,它转换为二进制代码。

test = \u0627\u062E\u062A\u0628\u0627\u0631

实际值为اختبار

这是什么原因,如何从Eclipse中以阿拉伯语查看?

1 个答案:

答案 0 :(得分:1)

尝试这个

file->Properties-> Resource -> Other -> utf-8

enter image description here enter image description here