Sophie

Sophie

distrib > Mandriva > 10.0 > i586 > by-pkgid > 6a059fbcb229bce58f6b82aa778eb64e > files > 23

libidn11-0.3.6-1mdk.i586.rpm

class IDNA {
    public native String toAscii(String str);

    static {
        System.loadLibrary("idn-java");
    }
}