repo.or.cz
/
libidn.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Generated.
[libidn.git]
/
contrib
/
java
/
IDNA.java
blob
577f9b9366939ae532c63c3a8719ac1133969352
1
class
IDNA
{
2
public native
String
toAscii
(
String str
);
3
4
static
{
5
System
.
loadLibrary
(
"idn-java"
);
6
}
7
}