diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2021-07-09 00:27:04 +0000 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2021-07-09 00:27:04 +0000 |
commit | cc4054129b8ce4043e8ab2a701e795827bdb2e0a (patch) | |
tree | dbba1868596f149e11d3b76a58a6fb41432adbe8 /test | |
parent | 35787b45f4cbf08d6e4d913e859a39a4e4369766 (diff) | |
download | lynx-snapshots-cc4054129b8ce4043e8ab2a701e795827bdb2e0a.tar.gz |
snapshot of project "lynx", label v2-9-0dev_6m
Diffstat (limited to 'test')
-rw-r--r-- | test/idna-tr46.html | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/test/idna-tr46.html b/test/idna-tr46.html new file mode 100644 index 00000000..e67f2875 --- /dev/null +++ b/test/idna-tr46.html @@ -0,0 +1,54 @@ +<!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"> +</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> |