summaryrefslogtreecommitdiff
path: root/legacy/works/metacharset.html
diff options
context:
space:
mode:
Diffstat (limited to 'legacy/works/metacharset.html')
-rw-r--r--legacy/works/metacharset.html28
1 files changed, 28 insertions, 0 deletions
diff --git a/legacy/works/metacharset.html b/legacy/works/metacharset.html
new file mode 100644
index 0000000..1148399
--- /dev/null
+++ b/legacy/works/metacharset.html
@@ -0,0 +1,28 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
+ "http://www.w3.org/TR/html4/strict.dtd">
+<html>
+<head>
+<meta http-equiv="Content-type" content="text/html; charset=iso-8859-2">
+<title>Meta charset test</title>
+</head>
+
+<body>
+
+<h1>Meta charset test</h1>
+
+<p>This document contains the element
+<code>&lt;meta http-equiv="Content-type" content="text/html;
+charset=iso-8859-2"&gt;</code>. The table below should contain the characters
+described, or approximations to them.</p>
+
+<table>
+<tr><th>Á</th><td>LATIN CAPITAL LETTER A WITH ACUTE</td></tr>
+<tr><th>è</th><td>LATIN SMALL LETTER C WITH CARON</td></tr>
+<tr><th>Ò</th><td>LATIN CAPITAL LETTER N WITH CARON</td></tr>
+<tr><th>ù</th><td>LATIN SMALL LETTER U WITH RING ABOVE</td></tr>
+<tr><th>©</th><td>LATIN CAPITAL LETTER S WITH CARON</td></tr>
+</table>
+
+</body>
+</html>
+