Sophie

Sophie

distrib > Mageia > 6 > x86_64 > media > core-release > by-pkgid > 28a563f9a56009e76309c0501a41b591 > files > 22

idn-1.33-1.mga6.x86_64.rpm

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

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