Hallo Leute!

Ich encodiere meine Html-Seite gern in UTF-8 (ist einfacher auswenig zu lernen als ISO-8859-1), aber W3Cs Validator scheint damit Probleme zu haben ? oO

Validierung bei UTF-8:
Zitat Zitat
Sorry, I am unable to validate this document because on line 6, 9, 23, 29, 31, 38, 41, 43, 45, 92-94, 96-97, 103, 105, 107 it contained one or more bytes that I cannot interpret as utf-8 (in other words, the bytes found are not valid values in the specified Character Encoding). Please check both the content of the file and the character encoding indication.
Validierung bei ISO-8859-1:
Zitat Zitat
This Page Is Valid XHTML 1.0 Strict!
Es ist zu 100% die selbe Datei, nur einmal mit
HTML-Code:
<?xml version="1.0" encoding="utf-8" ?>
und einemal mit
HTML-Code:
<?xml version="1.0" encoding="ISO-8859-1" ?>
In den betreffenden Zeilen sind deutsche Umlaute (ä, ö, ü oder ß), aber soweit ich weiß, sind deutsche Umlaute in Unicode (utf-8) enthalten, oder nicht?



btw: Die Datei selbst ist von mir ebenfalls in Unicode (utf-8) encodiert, ich habe eben extra Smultron umgestellt deswegen...