import java.net.IDN;public class IDNConverter { public static void main(String[] args) { IDN.toASCII(""); IDN.toUnicode(""); }}