Returns the Punycode for the domain name.
String toPunycode(String domain) { return domainToAscii(domain); }