I am building a C# tool that does some minor manipulation on URIs. I am trying to write unit tests to makes sure the tool can support IDN domains, e.g. 例え.テスト.
Are there any resources that can help give me some examples of IDN domains so that I can use them in my tests?
The list of current top-level domains at http://data.iana.org/TLD/tlds-alpha-by-domain.txt contains, at the time of writing, 123 live IDN domain names. All of them should have a subdomain
nic.<tld>. I can't think of a second-level IDN name that can be relied on to exist, unfortunately.