org.kde.koala
Class KIDNA

java.lang.Object
  extended by org.kde.koala.KIDNA

public class KIDNA
extends java.lang.Object


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

KIDNA

public KIDNA()
Method Detail

toAsciiCString

public 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.


toAscii

public 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.


toUnicode

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