org.kde.koala

Class KIDNA

public class KIDNA extends Object

Method Summary
static StringtoAscii(String idna)
Converts an International Domain Name idna to its ASCII representation If conversion is not possible, an empty string is returned.
static StringtoAsciiCString(String idna)
Converts an International Domain Name idna to its ASCII representation If conversion is not possible, an empty string is returned.
static StringtoUnicode(String idna)
Converts an International Domain Name idna to its UNICODE representation

Method Detail

toAscii

public static String toAscii(String idna)
Converts an International Domain Name idna to its ASCII representation If conversion is not possible, an empty string is returned.

UNKNOWN: Converts an International Domain Name idna to its ASCII representation

toAsciiCString

public static String toAsciiCString(String idna)
Converts an International Domain Name idna to its ASCII representation If conversion is not possible, an empty string is returned.

UNKNOWN: Converts an International Domain Name idna to its ASCII representation

toUnicode

public static String toUnicode(String idna)
Converts an International Domain Name idna to its UNICODE representation

UNKNOWN: Converts an International Domain Name idna to its UNICODE representation