Ho provato a validare alcune pagine che ho scritto.
Un po' alla volta cerco di capire gli errori e, se riesco,
a risolverli. Ce n'è uno misterioso su cui chiedo lumi.
Ecco l'intestazione del mio file /scritto conQuanta Plus:
==================================================
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="generator" content="Quanta Plus" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>testo...</title>
<meta name="description" content="testo..." />
<meta name="keywords" content="testo..." />
<link rel="stylesheet" type="text/css" href="layout.css" />
</head>
==================================================
Quando lo sottopongo alla pagina di validazione di W3C leggo:
==================================================
Character Encoding mismatch!
The character encoding specified in the HTTP header (utf-8) is different from the value in the XML declaration (iso-8859-1). I will use the value from the HTTP header (utf-8).
==================================================
Da dove salta fuori utf-8 ??
Grazie
M.