commit 987afd02f37bf5f09e01351091e41cda2663167a
parent ccf73e2988c0ded31845c199794fad7f4d1979ac
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date: Mon, 20 Dec 2021 11:53:01 +0100
reorder
Diffstat:
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/draft-schanzen-gns.xml b/draft-schanzen-gns.xml
@@ -1324,15 +1324,6 @@ q := SHA512 (HDKD-Public(zk, label))
</dl>
</section>
</section>
- <section anchor="encoding" numbered="true" toc="default">
- <name>Internationalization and Character Encoding</name>
- <t>
- All labels in GNS are encoded in UTF-8 <xref target="RFC3629" />.
- This does not include any DNS names found in DNS records, such as CNAME
- records, which are internationalized through the IDNA specifications
- <xref target="RFC5890" />.
- </t>
- </section>
<section anchor="resolution" numbered="true" toc="default">
<name>Name Resolution</name>
<t>
@@ -1935,6 +1926,15 @@ example.com = zk2
=> Name to resolve from entry zone: www
]]></artwork>
</section>
+ <section anchor="encoding" numbered="true" toc="default">
+ <name>Internationalization and Character Encoding</name>
+ <t>
+ All labels in GNS are encoded in UTF-8 <xref target="RFC3629" />.
+ This does not include any DNS names found in DNS records, such as CNAME
+ records, which are internationalized through the IDNA specifications
+ <xref target="RFC5890" />.
+ </t>
+ </section>
<section anchor="security" numbered="true" toc="default">
<name>Security and Privacy Considerations</name>
<section anchor="security_crypto" numbered="true" toc="default">