Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Can't display Chinese character on Microsoft website

  • 8 个回答
  • 1 人有此问题
  • 6 次查看
  • 最后回复者为 cor-el

more options

Cannot display Chinese character only on Microsoft https://docs.microsoft.com/zh-tw/visualstudio/ide/getting-started-with-cpp-in-visual-studio?view=vs-2019 https://puu.sh/DdAHx/ac14150b6f.png other websites work normally Edge can also display normally

Cannot display Chinese character only on Microsoft https://docs.microsoft.com/zh-tw/visualstudio/ide/getting-started-with-cpp-in-visual-studio?view=vs-2019 https://puu.sh/DdAHx/ac14150b6f.png other websites work normally Edge can also display normally
已附加屏幕截图

被采纳的解决方案

Weird that the website specifies a font that doesn't include CJK glyphs. Helvetica is mainly used on Mac (in the past we regularly have seen issues reported with broken Helvetica fonts on Windows).

定位到答案原位置 👍 0

所有回复 (8)

more options

Are you using the firefox China version?

more options

This is usually a problem with the font that is used and that doesn't include Chinese (CJK) characters.

What font is being that page if you check this in the Font Inspector (Font tab in Page Inspector)?

You can right-click and select "Inspect Element" to open the builtin Inspector with this element selected. You can check the font used for selected text in the Font tab in the right pane of the Inspector.

Note that this is not about the font-family CSS rule, but about the font that Firefox actually uses as shown in the Font tab.

more options

SeogoeUI, so what I should do next

more options

I'm using this Firefox Version

more options

It looks that the "Segoe UI" doesn't support CJK characters, so that would explain the empty boxes.

Is this Segoe font specified by the website if you set the font-family properties in the Inspector (Rules or Computed; in case of the latter you may have to tick the all browser styles box).

If this font is selected in Firefox as the default font then try another font.

  • Options/Preferences -> General: Fonts & Colors -> Advanced

Also make sure to "Allow pages to choose their own fonts, instead of my selections above".

more options
more options

After I untick this box, it can show correctly

more options

选择的解决方案

Weird that the website specifies a font that doesn't include CJK glyphs. Helvetica is mainly used on Mac (in the past we regularly have seen issues reported with broken Helvetica fonts on Windows).