//Auto-generated by kalyptus. DO NOT EDIT. package org.kde.koala; import org.kde.qt.Qt; import org.kde.qt.QtSupport; /** */ public class KIDNA { /** Converts an International Domain Name idna to its ASCII representation If conversion is not possible, an empty string is returned. @short Converts an International Domain Name idna to its ASCII representation */ public static native String toAsciiCString(String idna); /** Converts an International Domain Name idna to its ASCII representation If conversion is not possible, an empty string is returned. @short Converts an International Domain Name idna to its ASCII representation */ public static native String toAscii(String idna); /** Converts an International Domain Name idna to its UNICODE representation @short Converts an International Domain Name idna to its UNICODE representation */ public static native String toUnicode(String idna); }