- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 24 May 2007 05:40:04 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/dev/tests In directory hutz:/tmp/cvs-serv22265 Added Files: 197-iso88591_alias.html Log Message: test case for Bug 197: http://www.w3.org/Bugs/Public/show_bug.cgi?id=197 using an alias of iso-8859-1 this test case should be served without HTTP charset --- NEW FILE: 197-iso88591_alias.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso_8859-1"> <title>html401-strict</title> <meta name="author" content="olivier Thereaux"> <!-- Date: 2007-03-07 --> </head> <body> <p>Sample HTML 4.01 Strict document encoded in iso-8859-1, with charset declared in meta http-equiv.</p> <p>àccentuatéd characters</p> </body> </html>
Received on Thursday, 24 May 2007 05:40:06 UTC