Hallo, wenn ich diesen HTML-Code im IE oder FF ausführe, stellt er die Umlaute nicht richtig dar! Weiß jemand warum? Im charset ist aber UTF8 angegeben.
Müsste er nicht jetzt statt "A„A–AoA¤A¶A1AY" "ÄÖÜöäüß" ausgeben?
???
Code:
<html> <head> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8"> </head> <body> Das sind Umlaute<br> A„A–AoA¤A¶A1AY<br> </body> </html>
???
Kommentar