|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kde.koala.KIDNA
public class KIDNA
Constructor Summary | |
---|---|
KIDNA()
|
Method Summary | |
---|---|
static java.lang.String |
toAscii(java.lang.String idna)
Converts an International Domain Name idna to
its ASCII representation
If conversion is not possible, an empty string is returned. |
static java.lang.String |
toAsciiCString(java.lang.String idna)
Converts an International Domain Name idna to
its ASCII representation
If conversion is not possible, an empty string is returned. |
static java.lang.String |
toUnicode(java.lang.String idna)
Converts an International Domain Name idna to
its UNICODE representation |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public KIDNA()
Method Detail |
---|
public static java.lang.String toAsciiCString(java.lang.String idna)
idna
to
its ASCII representation
If conversion is not possible, an empty string is returned.
public static java.lang.String toAscii(java.lang.String idna)
idna
to
its ASCII representation
If conversion is not possible, an empty string is returned.
public static java.lang.String toUnicode(java.lang.String idna)
idna
to
its UNICODE representation
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |