Reputation: 4416
Uri.CheckHostName("контосо.ком")
returns UriHostNameType.Unknown
everywhere, but on Windows 8, where it returns UriHostNameType.Dns
. Any ideas why all of a sudden a hostname with Unicode/Cyrillic characters is valid in Windows 8?
Upvotes: 3
Views: 2085
Reputation: 35353
Because of this. Internationalized domain name
http://en.wikipedia.org/wiki/Internationalized_domain_name
https://www.rfc-editor.org/rfc/rfc5895
Upvotes: 5