Dieser Artikel wurde automatisch erzeugt und wird auch automatisch wieder ausgelesen. Es ist deshalb wichtig, dass nur der Inhalt der gelben Code-Boxen verändert wird.

Es handelt sich dabei um eine Fehlermeldung des Feed-Validators, die eventuell noch ins Deutsche übersetzt werden muss. Wenn du kannst, hilf mit!

Status dieser Fehlermeldung: Noch nicht übersetzt

Meldung


<p>Unknown XML character encoding: <i>foo</i></p>

Erklärung


<p>There is a problem with the character encoding specified at the start
of this XML document. This may be a typo,
a form other than the preferred one (for example, <code>utf_8</code> rather
than <code>utf-8</code>), or just
an encoding that the validator cannot deal with.</p>

Lösung


<p>Correct the declaration, re-encode the document with an encoding
such as UTF-8 or UTF-16 or report the omission if this is a
<a href="http://www.iana.org/assignments/character-sets" title="CHARACTER SETS">registered character set</a>.</p>