about summary refs log tree commit diff stats
path: root/test
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2021-07-09 00:27:04 +0000
committerThomas E. Dickey <dickey@invisible-island.net>2021-07-09 00:27:04 +0000
commitcc4054129b8ce4043e8ab2a701e795827bdb2e0a (patch)
treedbba1868596f149e11d3b76a58a6fb41432adbe8 /test
parent35787b45f4cbf08d6e4d913e859a39a4e4369766 (diff)
downloadlynx-snapshots-cc4054129b8ce4043e8ab2a701e795827bdb2e0a.tar.gz
snapshot of project "lynx", label v2-9-0dev_6m
Diffstat (limited to 'test')
-rw-r--r--test/idna-tr46.html54
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&#223;.de">test</a>
+fa&#223;.de
+</p>
+<ul>
+<li>2003: xn--bcher-kva.de</li>
+<li>2008: xn--bcher-kva.de</li>
+</ul>
+</li>
+<li>
+<p><a href="http://&#946;&#972;&#955;&#959;&#962;.com">test</a>
+&#946;&#972;&#955;&#959;&#962;.com
+</p>
+<ul>
+<li>2003: http://xn--nxasmq6b.com</li>
+<li>2008: http://xn--nxasmm1c.com</li>
+</ul>
+</li>
+<li>
+<p>
+<a href="http://&#3521;&#3530;&#8205;&#3515;&#3539;.com">test</a>
+&#3521;&#3530;&#8205;&#3515;&#3539;.com
+</p>
+<ul>
+<li>2003: http://xn--10cl1a0b.com</li>
+<li>2008: http://xn--10cl1a0b660p.com/</li>
+</ul>
+</li>
+<li>
+<p><a href="http://&#1606;&#1575;&#1605;&#1607;&#8204;&#1575;&#1740;.com">test</a>
+&#1606;&#1575;&#1605;&#1607;&#8204;&#1575;&#1740;.com
+</p>
+<ul>
+<li>2003: http://xn--mgba3gch31f.com/</li>
+<li>2008: http://xn--mgba3gch31f060k.com/</li>
+</ul>
+</li>
+</ul>
+</body>
+</html>