summaryrefslogtreecommitdiffstats
path: root/htdocs/dev/tests/charset_mismatch-http_meta.html.utf8
blob: e04ad5446dc4bf4aab01b9f2e1d78ccf9a8ddaf5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
   "http://www.w3.org/TR/html4/strict.dtd">

<html lang="en">
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
	<title>ünti†lø∂</title>
</head>
<body>
  <p>This UTF-8 encoded document (served via HTTP as UTF-8) declares 
    its charset as being iso-8859-1 (in the head meta elements). HTTP has precedence
    and the parsing should proceed properly as utf-8, with a warning about 
    the HTTP/meta charset mismatch.</p>

</body>
</html>