Zoeken in Support

Vermijd ondersteuningsscams. We zullen u nooit vragen een telefoonnummer te bellen, er een sms naar te sturen of persoonlijke gegevens te delen. Meld verdachte activiteit met de optie ‘Misbruik melden’.

Meer info

Deze conversatie is gearchiveerd. Stel een nieuwe vraag als u hulp nodig hebt.

meta charset=iso-8859-1 is ignored from localhost but accepted from webserver

  • 1 antwoord
  • 1 heeft dit probleem
  • 10 weergaven
  • Laatste antwoord van gert.schlenker

more options

i transmitted my website code from windows to ubuntu. It is written with charset iso-8859-1 and noted in <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1". Ubuntu uses the charset UTF-8 as standard, but the file command shows the text still as iso-8859-1.
Running from localhost the german umlaut characters are shown as mutated vowels while running from the web server they are all displayed correctly.
It seems Firefox ignores the charset statement from the localhost, but respects it from the webserver.

I would like to keep charset iso-8859-1, since I would use the windows and the linux site as well.

Thanks for help!

i transmitted my website code from windows to ubuntu. It is written with charset iso-8859-1 and noted in &lt;meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1". Ubuntu uses the charset UTF-8 as standard, but the file command shows the text still as iso-8859-1.<br>Running from localhost the german umlaut characters are shown as mutated vowels while running from the web server they are all displayed correctly.<br>It seems Firefox ignores the charset statement from the localhost, but respects it from the webserver. I would like to keep charset iso-8859-1, since I would use the windows and the linux site as well. Thanks for help!

Bewerkt door cor-el op

Alle antwoorden (1)

more options

seems my text has been totally distorted, so I repeat the problem here:

I transmitted my website code from windows to ubuntu. It is written with charset iso-8859-1 and noted in meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1". But running from localhost on ubuntu, all german umlaut characters are changed whereas they are shown correctly when running from the website. That means to me, Firefox ignores the charset statement from localhost, but respects it from the web server. I would like to keep charset iso-8859-1, since I would use the windows and the linux site as well.

Thanks for help!