為了改善您的使用體驗,本網站正在進行維護,部分功能暫時無法使用。若本站的文件無法解決您的問題,想要向社群發問的話,請到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 發問,我們的社群成員將很快會回覆您的疑問。

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

website distorted in firefox but not in explorer

  • 1 回覆
  • 10 有這個問題
  • 1 次檢視
  • 最近回覆由 cor-el

more options

Problem is when I view site via firefox it is totally distorted with japanese text. I have also checked it on a PC using explorer where it comes out ok.

Problem is when I view site via firefox it is totally distorted with japanese text. I have also checked it on a PC using explorer where it comes out ok.

所有回覆 (1)

more options

That looks like a page with a mixture of Unicode 16 with other Unicode 8 in it. You would have to ignore all unknown bytes if you want to display that page.

UTF-16:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
਍㰀䠀吀䴀䰀 砀洀氀渀猀㴀∀栀琀琀瀀㨀⼀⼀眀眀眀⸀眀㌀⸀漀爀最⼀㄀㤀㤀㤀⼀砀栀琀洀氀∀㸀㰀䠀䔀䄀䐀㸀


Decoded as:

&#xa0d;&#x3c00;&#x4800;&#x5400;&#x4d00;&#x4c00;&#x2000;&#x7800;&#x6d00;&#x6c00;&#x6e00;&#x7300;&#x3d00;&#x2200;&#x6800;&#x7400;&#x7400;&#x7000;&#x3a00;&#x2f00;&#x2f00;
&#x7700;&#x7700;&#x7700;&#x2e00;&#x7700;&#x3300;&#x2e00;&#x6f00;&#x7200;&#x6700;&#x2f00;&#x3100;&#x3900;&#x3900;&#x3900;&#x2f00;&#x7800;&#x6800;&#x7400;&#x6d00;&#x6c00;
&#x2200;&#x3e00;


Remove null bytes:

<HTML xmlns="http://www.w3.org/1999/xhtml"><HEAD><TITLE>Acintya - People Development</TITLE> <META http-equiv=Content-Type content="text/html; charset=unicode"><STYLE type=text/css>

由 cor-el 於 修改