Convert between IDN and Punycode.
Punycode is an encoding that converts Unicode characters (non-ASCII) into the limited ASCII character set used by DNS. For example, münchen.de becomes xn--mnchen-3ya.de. Required for internationalized domain names.