1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 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>
|