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
Bump copyright years (also add older years which I forgot to add earlier).
[libidn.git]
/
contrib
/
java
/
ExampleIDNA.java
blob
d5de981412edb30568a9a517e8aa841a04c020fe
1
class
ExampleIDNA
{
2
public static void
main
(
String
[]
args
) {
3
System
.
out
.
println
(
new
IDNA
().
toAscii
(
args
[
0
]));
4
}
5
}