Java/Network Protocol/IDN
Версия от 18:01, 31 мая 2010; (обсуждение)
IDN.toASCII and IDN.toUnicode
import java.net.IDN;
public class IDNConverter {
public static void main(String[] args) {
IDN.toASCII("");
IDN.toUnicode("");
}
}
import java.net.IDN;
public class IDNConverter {
public static void main(String[] args) {
IDN.toASCII("");
IDN.toUnicode("");
}
}