为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

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

详细了解

Problem with encoding

more options

Hi there, I have a new computer working under Ubuntu. When using Firefox I often have a problem with the characters which appear when I open webpages or even read pdf documents. This isssue does not seem to happen in a very consistent way (some websites will appear correctly one day and incorrectly another day). I include below a screenshot as example. The problem does not seem to appear with chromium... If you have any idea about how to fix this I would be very grateful Thanks Michael

Hi there, I have a new computer working under Ubuntu. When using Firefox I often have a problem with the characters which appear when I open webpages or even read pdf documents. This isssue does not seem to happen in a very consistent way (some websites will appear correctly one day and incorrectly another day). I include below a screenshot as example. The problem does not seem to appear with chromium... If you have any idea about how to fix this I would be very grateful Thanks Michael
已附加屏幕截图

被采纳的解决方案

As a test you can try to disable the Italic style for this element.

You can right-click and select "Inspect Element" to open the builtin Inspector with this element selected.

You can check in the Rules tab in the right panel in the Inspector what font-family is used for selected text. You can check in the Font tab in the right panel in the Inspector what font is actually used because Firefox might be using a different font than specified by the website.

定位到答案原位置 👍 0

所有回复 (8)

more options

Hi Michael, for the photo caption, when I check the site, it says the photo caption is Arial Bold Italic. Could you compare on yours using the Page Inspector tool:

  • right-click the unicode boxes and choose Inspect Element
  • after Firefox opens the Inspector, on the right side, change from the displayed panel to the Fonts panel (you may need to use a little triangle at the end of the bar that says Rules Layout Computed Changes Fonts Animations)

Here Firefox should show what the page calls for and what Firefox is actually using for that element.

more options

选择的解决方案

As a test you can try to disable the Italic style for this element.

You can right-click and select "Inspect Element" to open the builtin Inspector with this element selected.

You can check in the Rules tab in the right panel in the Inspector what font-family is used for selected text. You can check in the Font tab in the right panel in the Inspector what font is actually used because Firefox might be using a different font than specified by the website.

more options

Hi, thanks for your answers. When I disable the italic on the element it appears correctly. How can I globally disable the use of italic with Firefox?

more options

Disabling Italic was merely meant as a test.

We have seen cases where Firefox tries to use the Twemoji font that only includes emojis and not normal ASCII characters for displaying Italic text.

Is this happening in your case as well if you check the font that is used in the Font tab in the Inspector like suggested above ?


由cor-el于修改

more options

yes, this seems to be indeed the problem (Firefox using Twemoji font). From your answers on the other threads, do I interpret correctly that there is no known fix to this issue? thanks again for your help!

more options

You can try to set gfx.e10s.font-list.shared = false on the about:config page.

more options

unfortunately it was already set to false

more options

PS tried to changed it to true and it did not change anything...