diff options
author | duerst <duerst@localhost> | 2001-07-21 11:49:17 +0000 |
---|---|---|
committer | duerst <duerst@localhost> | 2001-07-21 11:49:17 +0000 |
commit | 4d16b42104f0fffaa11b7c40cf636015ef83ddf6 (patch) | |
tree | cb8d3101e488ff1f58e986c515c4187af7bf7eaa | |
parent | 9192d5eb19287bb78c122c0d55ac37feade65463 (diff) | |
download | markup-validator-4d16b42104f0fffaa11b7c40cf636015ef83ddf6.zip markup-validator-4d16b42104f0fffaa11b7c40cf636015ef83ddf6.tar.gz markup-validator-4d16b42104f0fffaa11b7c40cf636015ef83ddf6.tar.bz2 |
added test cases for utf-8 (correct and wrong)
-rwxr-xr-x | htdocs/dev/tests/index.html | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/htdocs/dev/tests/index.html b/htdocs/dev/tests/index.html index 9df0041..7dc8d95 100755 --- a/htdocs/dev/tests/index.html +++ b/htdocs/dev/tests/index.html @@ -5,7 +5,7 @@ <title>W3C HTML Validation Service: Tests</title> <link rev="made" href="mailto:gerald@w3.org"> <meta name="revision" - content="$Id: index.html,v 1.32 2001-07-16 09:06:45 link Exp $"> + content="$Id: index.html,v 1.33 2001-07-21 11:49:17 duerst Exp $"> </head> <body bgcolor="#FFFFFF" text="#000000" link="#0000ee" vlink="#551a8b"> @@ -61,6 +61,10 @@ <h2><a name="encodings">Different encodings</a></h2> <ul> +<li><a href="/check?uri=http://www.w3.org/2001/06/utf-8-test/UTF-8-demo.html">UTF-8 +sample text (correct)</a>, <a href='http://www.w3.org/2001/06/utf-8-test/'>more positive tests</a> +<li><a href="/check?uri=http://www.w3.org/2001/06/utf-8-wrong/UTF-8-test.html">UTF-8 +stress test (wrong cases)</a>, <a href='http://www.w3.org/2001/06/utf-8-wrong/'>more negative tests</a> <li><a href="/check?uri=http://www.w3.org/Press/1998/XSL-WD.html.ja">iso-2022-jp encoded document</a> <li><a href="/check?uri=http://www.vir.si/">windows-1250 encoded document (Slovenian)</a> <li><a href="/check?uri=http://www.w3.org/TR/ruby/">utf-8 encoded document</a> @@ -113,7 +117,7 @@ src="http://validator.w3.org/images/vh40.gif" height=31 width=88 align=right border=0 alt="Valid W3C HTML 4.0!"></a> <a href="/feedback.html">Gerald Oskoboiny</A><br> - $Date: 2001-07-16 09:06:45 $ + $Date: 2001-07-21 11:49:17 $ </address> </body> |