在Windows XP上显示汉字
我的WPF应用程序需要显示汉字。
在 Windows 7 上运行时一切正常。
但是,在 Windows XP 上运行完全相同的应用程序时,UI 显示一系列方块而不是汉字。
这两种情况都没有安装中文系统包。
您有什么建议吗?
My WPF application needs to display chinese characters.
Things work perfectly when running on Windows 7.
However, when running the exact same application on Windows XP, the UI shows a series on squares instead of the chinese characters.
In both cases, no chinese system package was installed.
Do you have any suggestion?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您需要安装可以显示中文字形的字体,默认情况下不存在。 IIRC,控制面板 + 区域和语言选项,语言选项卡,安装东亚语言文件复选框。如果您需要更多帮助,请访问 superuser.com。
You will need to install fonts that can display Chinese glyphs, not present by default. IIRC, Control Panel + Regional and Languages Options, Language tab, Install files for East Asian languages checkbox. Ask at superuser.com if you need more help.
.net 或 XP 没有问题。问题出在字体上。您需要确保您使用的字体包含您希望显示的所有字形。
There's no issue with .net or XP. The problem is with the font. You need to make sure that you are using a font which contains all the glyphs that you wish to display.