diff options
author | ot <ot@localhost> | 2007-02-22 06:45:15 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2007-02-22 06:45:15 +0000 |
commit | 7ef5f72ad00f9607bccb048513dbace674924fbb (patch) | |
tree | 36d4aaa8ecf9c0486157bd83b498388725d3161a | |
parent | 796c1325ebb6f0da59835d6d19b74d9a7e9e98ce (diff) | |
download | markup-validator-7ef5f72ad00f9607bccb048513dbace674924fbb.zip markup-validator-7ef5f72ad00f9607bccb048513dbace674924fbb.tar.gz markup-validator-7ef5f72ad00f9607bccb048513dbace674924fbb.tar.bz2 |
test case for greek encoding
-rw-r--r-- | htdocs/dev/tests/1574-charset_iso_8859_7_greek.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/htdocs/dev/tests/1574-charset_iso_8859_7_greek.html b/htdocs/dev/tests/1574-charset_iso_8859_7_greek.html new file mode 100644 index 0000000..a7286f8 --- /dev/null +++ b/htdocs/dev/tests/1574-charset_iso_8859_7_greek.html @@ -0,0 +1,13 @@ +<!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-7" > +<TITLE>Ελληνικά για Συστήματα</TITLE> +</HEAD> +<BODY> + +<P>sample document encoded as iso-8858-7</P> + +</BODY> +</HTML> |