资源文件中的文本无法正确显示中文
我有一个用 asp.net 编写的网站,其中的文本资源位于资源文件中。我能够成功查看除中文之外的所有语言(西班牙语、德语、阿拉伯语、韩语等)的正确字符。当我将浏览器更改为中文(任何版本)时,我会显示奇怪的字符。我安装了中文字体并尝试更改编码,但似乎没有任何效果。 IE9 和 FF9 中都会发生这种情况。
例如:
英语 - 进度
中文(在资源文件中) - 详细信息
在浏览器中显示 - è¿›çě´
如有任何帮助,我们将不胜感激,
Matt
I have a website that is written in asp.net where the text is resourced in resource files. I am able to successfully view the correct characters for all (Spanish, German, Arabic, Korean, etc) languages except Chinese. When I change my browser to Chinese (any version) I get weird characters displayed. I have Chinese fonts installed and have tried changing encoding but nothing seems to work. This is happening in both IE9 and FF9.
Ex:
English - Progress
Chinese (in resource file) - 進度
Display in browser - 进程
Any help would be appreciated,
Matt
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果在 Visual Studio 中编辑 .resx 文件时看到奇怪的字符,则意味着文件本身已损坏。修复错误,文本应该在浏览器中正确显示。
If you see weird characters in the .resx file when you edit it in Visual Studio, that means the file itself is corrupt. Fix the errors and the text should show up properly in the browser.