本文介绍了如何在 Netbeans 7 中显示 UTF8?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在我的java项目中,我需要使用阿拉伯语文本和字符串,但是文本变成了 "???????" ,那有什么问题?以及如何解决这个问题?

In my java project, I need to use Arabic text and strings, but the text becomes like "???????" , so what wrong ? and how to resolve this problem?

谢谢

推荐答案

您可以使用启动选项设置您的 Netbeans
将它放在 netbeans.conf 中的 netbeans_default_options

You can setup your Netbeans with startup option
place it inside netbeans.conf into netbeans_default_options

-J-Dfile.encoding=UTF-8

最后应该是这样的

netbeans_default_options="..... -J-Dfile.encoding=UTF-8"

希望对你有帮助

这篇关于如何在 Netbeans 7 中显示 UTF8?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-20 23:37
查看更多