<?xml version="1.0" encoding="utf-8"?>
<lgr xmlns="urn:ietf:params:xml:ns:lgr-1.0">
  <meta>
    <version>2.0</version>
    <date>2025-04-30</date>
    <language>tr</language>
    <unicode-version>11.0.0</unicode-version>
	<description type="text/plain">
	<![CDATA[Registry: GMO Registry, Inc.
Email: tech@gmoregistry.com
Address: Cerulean Tower 26-1 Sakuragaokacho, Shibuya ku, Tokyo, JAPAN
TEL: 3-5456-2555 FAX: 3-5456-2556
Website: http://www.gmo-registry.com/en/
]]>
	</description>
    <references>
      <reference id="150">RFC 5891, Internationalized Domain Names in Applications (IDNA): Protocol https://tools.ietf.org/html/rfc5891</reference>
    </references>
  </meta>
  <data>
    <char cp="002D" not-when="hyphen-minus-disallowed" tag="sc:Zyyy" comment="HYPHEN-MINUS" />
    <char cp="0030" tag="Common-digit sc:Zyyy" comment="DIGIT ZERO; &#x235F;" />
    <char cp="0031" tag="Common-digit sc:Zyyy" comment="DIGIT ONE; &#x235F;" />
    <char cp="0032" tag="Common-digit sc:Zyyy" comment="DIGIT TWO; &#x235F;" />
    <char cp="0033" tag="Common-digit sc:Zyyy" comment="DIGIT THREE; &#x235F;" />
    <char cp="0034" tag="Common-digit sc:Zyyy" comment="DIGIT FOUR; &#x235F;" />
    <char cp="0035" tag="Common-digit sc:Zyyy" comment="DIGIT FIVE; &#x235F;" />
    <char cp="0036" tag="Common-digit sc:Zyyy" comment="DIGIT SIX; &#x235F;" />
    <char cp="0037" tag="Common-digit sc:Zyyy" comment="DIGIT SEVEN; &#x235F;" />
    <char cp="0038" tag="Common-digit sc:Zyyy" comment="DIGIT EIGHT; &#x235F;" />
    <char cp="0039" tag="Common-digit sc:Zyyy" comment="DIGIT NINE; &#x235F;" />
    <char cp="0061" tag="sc:Latn" comment="LATIN SMALL LETTER A" />
    <char cp="0062" tag="sc:Latn" comment="LATIN SMALL LETTER B" />
    <char cp="0063" tag="sc:Latn" comment="LATIN SMALL LETTER C" />
    <char cp="0064" tag="sc:Latn" comment="LATIN SMALL LETTER D" />
    <char cp="0065" tag="sc:Latn" comment="LATIN SMALL LETTER E" />
    <char cp="0066" tag="sc:Latn" comment="LATIN SMALL LETTER F" />
    <char cp="0067" tag="sc:Latn" comment="LATIN SMALL LETTER G" />
    <char cp="0068" tag="sc:Latn" comment="LATIN SMALL LETTER H" />
    <char cp="0069" tag="sc:Latn" comment="LATIN SMALL LETTER I">
      <var cp="0131" type="blocked" comment="DOTLESS I" />
    </char>
    <char cp="006A" tag="sc:Latn" comment="LATIN SMALL LETTER J" />
    <char cp="006B" tag="sc:Latn" comment="LATIN SMALL LETTER K" />
    <char cp="006C" tag="sc:Latn" comment="LATIN SMALL LETTER L" />
    <char cp="006D" tag="sc:Latn" comment="LATIN SMALL LETTER M" />
    <char cp="006E" tag="sc:Latn" comment="LATIN SMALL LETTER N" />
    <char cp="006F" tag="sc:Latn" comment="LATIN SMALL LETTER O" />
    <char cp="0070" tag="sc:Latn" comment="LATIN SMALL LETTER P" />
    <char cp="0071" tag="sc:Latn" comment="LATIN SMALL LETTER Q" />
    <char cp="0072" tag="sc:Latn" comment="LATIN SMALL LETTER R" />
    <char cp="0073" tag="sc:Latn" comment="LATIN SMALL LETTER S" />
    <char cp="0074" tag="sc:Latn" comment="LATIN SMALL LETTER T" />
    <char cp="0075" tag="sc:Latn" comment="LATIN SMALL LETTER U" />
    <char cp="0076" tag="sc:Latn" comment="LATIN SMALL LETTER V" />
    <char cp="0077" tag="sc:Latn" comment="LATIN SMALL LETTER W" />
    <char cp="0078" tag="sc:Latn" comment="LATIN SMALL LETTER X" />
    <char cp="0079" tag="sc:Latn" comment="LATIN SMALL LETTER Y" />
    <char cp="007A" tag="sc:Latn" comment="LATIN SMALL LETTER Z" />
    <char cp="00E2" tag="sc:Latn" comment="A WITH CIRCUMFLEX" />
    <char cp="00E7" tag="sc:Latn" comment="C WITH CEDILLA" />
    <char cp="00F6" tag="sc:Latn" comment="O WITH DIAERESIS" />
    <char cp="00FB" tag="sc:Latn" comment="U WITH CIRCUMFLEX" />
    <char cp="00FC" tag="sc:Latn" comment="U WITH DIAERESIS" />
    <char cp="011F" tag="sc:Latn" comment="G WITH BREVE" />
    <char cp="0131" tag="sc:Latn" comment="DOTLESS I">
      <var cp="0069" type="blocked" comment="LATIN SMALL LETTER I" />
    </char>
    <char cp="015F" tag="sc:Latn" comment="S WITH CEDILLA" />
  </data>
  <!--Rules section goes here-->
  <rules>
    <!--Character class definitions go here-->
    <!--Whole label evaluation and context rules go here-->
    <rule name="leading-combining-mark" ref="150" comment="RFC 5891 restrictions on placement of combining marks &#x235F;">
      <start />
      <union>
        <class property="gc:Mn" />
        <class property="gc:Mc" />
      </union>
    </rule>
    <rule name="hyphen-minus-disallowed" ref="150" comment="RFC 5891 restrictions on placement of U+002D HYPHEN-MINUS &#x235F;">
      <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>
    <rule name="extended-cp" comment="context to gate off code points from the extended range, matches no label &#x235F;">
      <start />
      <end />
    </rule>
    <!--Action elements go here - order defines precedence-->
    <action disp="invalid" match="leading-combining-mark" comment="by default, labels with leading combining marks are invalid" />
	<action disp="blocked" any-variant="blocked" comment="any variant label containing blocked variants is blocked" />
    <action disp="valid" comment="catch all" />
  </rules>
</lgr>