diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 20:21:21 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 20:21:21 +0000 |
commit | 510ed32cfbffa6148018869f5ade416505a450b3 (patch) | |
tree | 0aafabcf3dfaab7685fa0fcbaa683dafe287807e /test/idna-tr46.html | |
parent | Initial commit. (diff) | |
download | lynx-510ed32cfbffa6148018869f5ade416505a450b3.tar.xz lynx-510ed32cfbffa6148018869f5ade416505a450b3.zip |
Adding upstream version 2.9.0rel.0.upstream/2.9.0rel.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'test/idna-tr46.html')
-rw-r--r-- | test/idna-tr46.html | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/test/idna-tr46.html b/test/idna-tr46.html new file mode 100644 index 0000000..f1e0b0c --- /dev/null +++ b/test/idna-tr46.html @@ -0,0 +1,55 @@ +<!DOCTYPE HTML> +<!-- + https://unicode.org/reports/tr46/ +--> +<html lang="en"> +<head> +<title>Sample URLs from TR-46</title> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> +</head> + +<body> +<p>Samples from <em>Table 1. Deviation Characters</em></p> +<ul> +<li> +<p> +<a href="http://faß.de">test</a> +faß.de +</p> +<ul> +<li>2003: xn--bcher-kva.de</li> +<li>2008: xn--bcher-kva.de</li> +</ul> +</li> +<li> +<p><a href="http://βόλος.com">test</a> +βόλος.com +</p> +<ul> +<li>2003: http://xn--nxasmq6b.com</li> +<li>2008: http://xn--nxasmm1c.com</li> +</ul> +</li> +<li> +<p> +<a href="http://ශ්‍රී.com">test</a> +ශ්‍රී.com +</p> +<ul> +<li>2003: http://xn--10cl1a0b.com</li> +<li>2008: http://xn--10cl1a0b660p.com/</li> +</ul> +</li> +<li> +<p><a href="http://نامه‌ای.com">test</a> +نامه‌ای.com +</p> +<ul> +<li>2003: http://xn--mgba3gch31f.com/</li> +<li>2008: http://xn--mgba3gch31f060k.com/</li> +</ul> +</li> +</ul> +</body> +</html> |