rob: ungültige numerische Notation?

Beitrag lesen

Hi!

bei der Verwendung des Zeichens • in einem Text einer Website bringt mir der Validator folgende Fehlermeldung:
Warnung: replacing ungültige numerische Notation in 149

Das ist keine Fehlermeldung, sondern nur ein Warning.

Was mache ich da falsch und wie kann man das umgehen?

Da steht nichts weiter außer dem Text dieses Warnings?
Ich wette da steht drin, wo das Problem liegt und was du dagegen tun kannst...

Wenn ich • verwende, zeigt mir mein Browser die folgende Meldung an.
Daraus geht deutlich hervor, wo das Problem liegt und wie man es beheben kann.

Reference to non-SGML character
Cause:

You've included a character reference to a character that is not defined in the document type you've chosen. This is most commonly caused by numerical references to characters from vendor proprietary character repertoires, such as the MS Windows dagger character (†). Often the culprit will be fancy or typographical quote marks from either the Windows or Macintosh character repertoires.

The solution is to reference UNICODE characters instead. See the references for a list of common characters from the Windows character repertoire and their UNICODE equivalents.

Example:
Bad: The dagger symbol: †
Good: The dagger symbol: †

Solution:
Replace the character entity with its corresponding Unicode equivalent.

Schöner Gruß,
rob