<lgr xmlns="urn:ietf:params:xml:ns:lgr-1.0">
  <meta>
    <version comment="IDN Reference table for Norwegian language">3.0</version>
    <date>2019-01-01</date>
    <unicode-version>6.3.0</unicode-version>
    <language>no</language>
	<description type="text/plain">
	<![CDATA[
	
	#Table format and IDNA 2008
	Language table is in RFC 7940 format
	Language is IDNA 2008 valid
	
	#Base Context Rule
	Base context rule disallows use of hyphen (U+002D) at the beginning, end or
	consecutively at the 3rd and 4th position in a label
	
	#Additional Info
	We would like to highlight the following: U+014B (ŋ) is more frequently used 
	in Nordsamisk while U+0144 (ń) is more prevalent in Lulesamisk. However, 
	U+0144 is sometimes used in place of U+014B. ASCII domain names representing 
	Norwegian text are composed by replacing accented characters with often 
	unsatisfactory ASCII characters. For example, U+00E5 (å) may be replaced 
	by 'a' or 'aa'.

    UNINETT Norid provided their guidance and advice on language and confusion 
	issues specific to the Norwegian national languages.
	
	#Contact Info
	Contact Name: IDN Support
	Contact Email: reg-support@support.neustar
	Contact Phone: +61.398663710 or +1.8446772878
	]]>
	</description>
  </meta>
    <data>
      <char cp="002D" tag="hyphen" not-when="hyphen-rules"/>
      <char cp="0030"/>
      <char cp="0031"/>
      <char cp="0032"/>
      <char cp="0033"/>
      <char cp="0034"/>
      <char cp="0035"/>
      <char cp="0036"/>
      <char cp="0037"/>
      <char cp="0038"/>
      <char cp="0039"/>
      <char cp="0061"/>
      <char cp="0062"/>
      <char cp="0063"/>
      <char cp="0064"/>
      <char cp="0065"/>
      <char cp="0066"/>
      <char cp="0067"/>
      <char cp="0068"/>
      <char cp="0069"/>
      <char cp="006A"/>
      <char cp="006B"/>
      <char cp="006C"/>
      <char cp="006D"/>
      <char cp="006E"/>
      <char cp="006F"/>
      <char cp="0070"/>
      <char cp="0071"/>
      <char cp="0072"/>
      <char cp="0073"/>
      <char cp="0074"/>
      <char cp="0075"/>
      <char cp="0076"/>
      <char cp="0077"/>
      <char cp="0078"/>
      <char cp="0079"/>
      <char cp="007A"/>
      <char cp="00E0"/>
      <char cp="00E1"/>
      <char cp="00E4"/>
      <char cp="00E5"/>
      <char cp="00E6"/>
      <char cp="00E8"/>
      <char cp="00E9"/>
      <char cp="00EA"/>
      <char cp="00F2"/>
      <char cp="00F3"/>
      <char cp="00F4"/>
      <char cp="00F6"/>
      <char cp="00F8"/>
      <char cp="00FC"/>
    </data>
	<rules>
   	   <rule name="hyphen-rules">
         <choice>
           <rule comment="no leading hyphen">
             <look-behind>
               <start/>
             </look-behind>
             <anchor/>
           </rule>
           <rule comment="no trailing hyphen">
             <anchor/>
             <look-ahead>
               <end/>
             </look-ahead>
           </rule>
           <rule comment="no consecutive hyphens in third and fourth">
             <look-behind>
               <start/>
               <any/>
               <any/>
               <char cp="002D" comment="hyphen-minus"/>
             </look-behind>
             <anchor/>
           </rule>
         </choice>
	   </rule>	   
	</rules>
</lgr>