Java.Net.IDN: Method Members

The methods of Java.Net.IDN are listed below. For a list of all members, see the IDN Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

static
ToASCII(string) : string
Equivalent to toASCII(input, 0).
static
ToASCII(string, IDNFlags) : string
Transform a Unicode String to ASCII Compatible Encoding String according to the algorithm defined in .
static
ToUnicode(string) : string
Equivalent to toUnicode(input, 0).
static
ToUnicode(string, IDNFlags) : string
Translates a string from ASCII Compatible Encoding (ACE) to Unicode according to the algorithm defined in .