blob: a86b14d7ee5496eebd3a2edebfae9a5ad3e069aa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta content="width=device-width, initial-scale=1" name="viewport">
<title>UTF-16 with BOM in parent and no declaration in child</title>
</head>
<body>
<p>Euro sign if decoded as Windows-1251: �</p>
</body>
</html>
|