Probleme valider mon site au normes W3C

Résolu
mikeb1992 Messages postés 280 Date d'inscription   Statut Membre Dernière intervention   -  
 jimini -
Bonsoir, lorsque j'essai de voir si ma page est valide W3C ou pas, j'obtiens un jolis essage d'erreur et je ne peux savoir si ma page est valie ou non.

Voici le message d'erreur : Sorry, I am unable to validate this document because on line 150 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.

The error was: utf8 "\xE9" does not map to Unicode

Je précise que je suis en local sous WampServer

Voilou merci beaucoup !!
A voir également:

3 réponses

nEm3sis Messages postés 710 Date d'inscription   Statut Membre Dernière intervention   113
 
\xE9 correspond a é je croit
et ça n'existe pas en utf8 mais existe en isomachin

rajoute ça dans le head
<meta content="text/html;charset=iso-8859-1" http-equiv="Content-Type"/>
2
mikeb1992 Messages postés 280 Date d'inscription   Statut Membre Dernière intervention   31
 
Merci ca marche nickel !
0
jimini
 
Bonjour,

j'ai le même souci (sauf que l'erreur est Sorry, I am unable to validate this document because on line 47 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.
The error was: utf8 "\xEE" does not map to Unicode ), mais je n'y connais pas grand-chose et je n'ai pas compris dans quel document il fallait rajouter ce que vous dites.

Merci d'avance de votre aide,

Jimini
0