Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个阿拉伯语的网络应用程序。为此,我将现有的英语页面转换为阿拉伯语并使用编码保存文件。
但是当我重新启动 Visual Studio 时,所有阿拉伯字符都更改为“?”。
这可能是什么原因造成的?
任何帮助将不胜感激。
谢谢
这可能是字符编码的问题。
您可以尝试将其添加到您的标题中:
<meta http-equiv="Content-Type" content="text/html; charset=windows-1256">
或将您的文档编码设置为 8859-6