Dette websted vil have begrænset funktionalitet, mens vi gennemgår vedligeholdelse for at forbedre din oplevelse. Hvis en artikel ikke løser dit problem, og du vil stille et spørgsmål, har vi vores supportfællesskab, der venter på at hjælpe dig på @FirefoxSupport på Twitter og/r/firefox på Reddit.

Søg i Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Læs mere

website distorted in firefox but not in explorer

  • 1 svar
  • 10 har dette problem
  • 1 visning
  • Seneste svar af 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.

Alle svar (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>

Ændret af cor-el den