搜索 | 用户支持

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

详细了解

Firefox does not correctly display text containing unusual characters.

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

more options

Special characters from other languages often do not display correctly. See attached screen print. This screen print was done from article at http://www.jewishworldreview.com/1119/burger_wont_rot.php3

Special characters from other languages often do not display correctly. See attached screen print. This screen print was done from article at http://www.jewishworldreview.com/1119/burger_wont_rot.php3
已附加屏幕截图

被采纳的解决方案

This is likely a problem with the encoding: there server sends an eight bit ISO or Windows encoding, but the website uses Unicode˘i.e. you see the separate bytes of a multi byte Unicode character). Firefox always uses the encoding as send by the server if the server sends it, event when there is meta tag that specifies UTF-8 encoding.

You can check the Text Encoding (View -> Text Encoding) and make sure that it is set to Unicode. If this doesn't help then there is probably something wrong with the website.

Can you post a link to a publicly accessible page (i.e. no authentication or signing on required)?

定位到答案原位置 👍 1

所有回复 (5)

more options

In this document the Unicode character encoding has not been declared.

When displaying this document in Firefox, some characters outside the US-ASCII range will be incorrect. Encoding of page characters must be declared in a document or transmission protocol.

more options

TyDaniu, thank you for your response.

However, I am still mystified as to how to "declare" the correct encoding. I looked through the Firefox options before I posted my question to this Forum and did not see anywhere that can be done.

Any suggestions as to how this "declaration" can be accomplished would be appreciated.

Please note that this is not an isolated occurrence; I find it happens any time foreign words are included in the contents of a page.

more options

选择的解决方案

This is likely a problem with the encoding: there server sends an eight bit ISO or Windows encoding, but the website uses Unicode˘i.e. you see the separate bytes of a multi byte Unicode character). Firefox always uses the encoding as send by the server if the server sends it, event when there is meta tag that specifies UTF-8 encoding.

You can check the Text Encoding (View -> Text Encoding) and make sure that it is set to Unicode. If this doesn't help then there is probably something wrong with the website.

Can you post a link to a publicly accessible page (i.e. no authentication or signing on required)?

由cor-el于修改

more options

cor-el,

That was the solution. The text was set to "Western". I changed it to Unicode and the special characters resolved themselves. In the future, if I encounter this problem I will know how to fix it.

Thanks.

more options