<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Generator" content="Microsoft Word 12 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-GB" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal">Hi<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal">I am a bit confused about how our IDN table should be structured with respect to variants as I feel section 5, A Model Table Format, of RFC 4290 (<a href="https://www.ietf.org/rfc/rfc4290.txt">https://www.ietf.org/rfc/rfc4290.txt</a>) is
 a bit ambiguous. I am therefore hoping there is somebody out there with experience of these things that could help me. I have looked at other IDN tables but none seem to help me with the issue below. The RFC states:<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal"><b>Each non-comment line in the table starts with the character that is allowed in the registry and expected to be used in registrations, which is also called the &quot;base character&quot;.<o:p></o:p></b></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal">It then goes on to say:<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal"><b>If the base character has any variants, the base character is followed by a vertical bar character (&quot;|&quot;, ASCII 0x7C) and the variant string.&nbsp; If the base character has more than one variant, the variants are separated by a colon (&quot;:&quot;,
 ASCII 0x3A).<o:p></o:p></b></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal">So if I have the following characters which are equivalent within the registry<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal"><b>e (U&#43;0065) = è (U&#43;00E8) = é (U&#43;00E9) = ê (U&#43;00EA) = ë (U&#43;00EB)<o:p></o:p></b></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal">Would my table need to be<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal"><b>U&#43;0065|U&#43;00E8:U&#43;00E9:U&#43;00EA:U&#43;00EB # LATIN SMALL LETTER E (e)<o:p></o:p></b></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal">which implies that everything after the | is an allowed character or do I have to explicitly take the first statement above into account where I need to put each character with its variants in a separate line therefore listing out all combinations
 i.e.<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal"><b>U&#43;0065|U&#43;00E8:U&#43;00E9:U&#43;00EA:U&#43;00EB # LATIN SMALL LETTER E (e)<o:p></o:p></b></p>
<p class="MsoNormal"><b>U&#43;00E8|U&#43;0065:U&#43;00E9:U&#43;00EA:U&#43;00EB # LATIN SMALL LETTER E WITH GRAVE<o:p></o:p></b></p>
<p class="MsoNormal"><b>U&#43;00E9|U&#43;0065:U&#43;00E8:U&#43;00EA:U&#43;00EB # LATIN SMALL LETTER E WITH ACUTE<o:p></o:p></b></p>
<p class="MsoNormal"><b>U&#43;00EA|U&#43;0065:U&#43;00E8:U&#43;00E9:U&#43;00EB # LATIN SMALL LETTER E WITH CIRCUMFLEX<o:p></o:p></b></p>
<p class="MsoNormal"><b>U&#43;00EB|U&#43;0065:U&#43;00E8:U&#43;00E9:U&#43;00EA # LATIN SMALL LETTER E WITH DIAERESIS<o:p></o:p></b></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal">If the second method is the correct way does the order then become important?<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal">Any help would be appreciated.<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal">Regards<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal">John<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal">John Hollifield<o:p></o:p></p>
<p class="MsoNormal">GTLD Systems and Business Data Lead<o:p></o:p></p>
<p class="MsoNormal">Nominet<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal">Tel: 01865 332333<o:p></o:p></p>
<p class="MsoNormal">Mob: 07979 696734<o:p></o:p></p>
<p class="MsoNormal">Email: <a href="mailto:John.Hollifield@nominet.org.uk">John.Hollifield@nominet.org.uk</a><o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal">John Hollifield<o:p></o:p></p>
<p class="MsoNormal">GTLD Systems and Business Data Lead<o:p></o:p></p>
<p class="MsoNormal">Nominet<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal">Tel: 01865 332333<o:p></o:p></p>
<p class="MsoNormal">Mob: 07979 696734<o:p></o:p></p>
<p class="MsoNormal">Email: <a href="mailto:John.Hollifield@nominet.org.uk"><span style="color:blue">John.Hollifield@nominet.org.uk</span></a><o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
</div>
</body>
</html>