We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 361c322 + 147d3f7 commit 3302643Copy full SHA for 3302643
index.html
@@ -642,6 +642,32 @@ <h3>
642
643
</section>
644
645
+ <section>
646
+ <h3>
647
+ International Domain Names
648
+ </h3>
649
+ <p>
650
+ [[DID-CORE]] identifier syntax does not
651
+ allow Unicode in method name nor method specific identifiers.
652
+ </p>
653
654
+ Implementers should be cautious when implementing
655
+ support for DID URLs that rely on domain names
656
+ or path components that contain Unicode characters.
657
658
659
+ See also:
660
661
+ <ul>
662
+ <li>
663
+ <a href="https://unicode.org/reports/tr46/">UTS-46</a>
664
+ </li>
665
666
+ <a href="https://www.rfc-editor.org/rfc/rfc5895">IDNA 2008</a>
667
668
+ </ul>
669
+ </section>
670
+
671
<section>
672
<h3>
673
Optional Path Considerations
0 commit comments