Visualizzazione dei risultati da 1 a 3 su 3
  1. #1
    Utente di HTML.it L'avatar di max103
    Registrato dal
    Dec 2005
    Messaggi
    317

    validazione utf-8 e iso8859-1

    Il validatore passa la pagina ma tra i messaggi warning scrive:

    codice:
       1.  Warning Character Encoding mismatch!
    
          The character encoding specified in the HTTP header (utf-8) is different from the value in the <meta> element (iso-8859-1). I will use the value from the HTTP header (utf-8) for this validation.
    questo è il codice della pagina:
    codice:
    #
    # <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    # <html xmlns="http://www.w3.org/1999/xhtml">
    # <head>
    # <title></title>
    # <meta name="keywords" content="" />
    # <meta name="description" content="" />
    # <meta http-equiv="expires" content="0" />
    # <meta http-equiv="pragma" content="no-cache" />
    # <meta name="revisit-after" content="7 days" />
    # <meta name="author" content="" />
    # <link href="inc/css.css" rel="stylesheet" type="text/css" />
    # <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    # </head>

    dove ha trovato UTF 8 ?

  2. #2
    Utente di HTML.it L'avatar di max103
    Registrato dal
    Dec 2005
    Messaggi
    317
    up

  3. #3
    Utente di HTML.it
    Registrato dal
    Dec 2006
    Messaggi
    449
    Ho postato lo stesso problema pochissimo prima di te
    (per cui deduco che uso poco SEARCH),ma alla fine
    ne ho indicato anche la soluzione. Spero che funzioni
    anche per te...


    http://forum.html.it/forum/showthrea...readid=1161523

    M.

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.