Challenge: longest UTF-8 with valid domain name
Martin Duerst <[email protected]>
| Newsgroups | gmane.ietf.idn |
|---|---|
| Message-ID | <4.2.0.58.J.20030331173417.027fb080@localhost> |
Here is a little challenge that might end up in Simon's test suite and be otherwise valuable for testing: What is the longest (in terms of bytes) internationalized domain name (when encoded as UTF-8)? Obviously because there are characters that are ignored by nameprep, we would have to ask for the longest one after ToUnicode. The problem applies both to single labels as well as to FQDNs. Regards, Martin.