Can iOS URL support unicode characters within top level domain?

Viewed 1337

I'm building an iOS app that takes urls as input. Unicode characters are valid for a tld but when I instantiate a valid URL that contains unicode characters NSURL returns nil. Is this even possible? swift eg. URL(string: "http://➡.ws/䨹")

1 Answers
Related