Thread CGI.pm Zeichensatz wählen,...: ...noch ein wenig mehr (2 answers)
Opened by SirLant at 2003-11-24 18:36

SirLant
 2003-11-24 18:36
#430 #430
User since
2003-08-04
516 Artikel
BenutzerIn
[default_avatar]
Ich habe meine Seite mal durch den w3c Validator gejagt
und bekomme immer 2Fehler wofür ich nichts kann ,die sind:
Quote
Character Encoding mismatch! The character encoding specified in the HTTP header (iso-8859-1) is different from the value in the XML declaration (utf-8). I will use the value from the HTTP header (iso-8859-1) for this validation.


Nunja wie kann ich das richtig hinbekommen?
Ihr könnt euch den XHTML-COde von www.programminghints.de
ja mal anschauen, ich finde da dieses iso-8859-1 nicht.

Und den Header sende ich so:
Quote
header (-type => "text/html",-charset => "utf-8", -encoding => "utf-8")


Der nächste Fehler ist folgendes:
Quote
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">

Laut Validator ist dieses lang-attribut nicht erlaubt, aber CGI.pm
verwendet dies als default wenn ich es nicht angebe.

Hoffe ihr könnt mir helfen mein zweites Abzeichen auch noch zu
bekommen :)


Die anderen Errors liegen daran, dass ich noch nicht alles mit
CSS habe.
--Programming today is a race between Software Enginers striving to build bigger and better idiot-proof Programs,
and the Universe trying to produce bigger and better idiots.
So far, the Universe is winning!

View full thread CGI.pm Zeichensatz wählen,...: ...noch ein wenig mehr