de.fuberlin.wiwiss.d2rq.mapgen
Class IRIEncoder
java.lang.Object
de.fuberlin.wiwiss.d2rq.mapgen.IRIEncoder
public class IRIEncoder
- extends Object
Method Summary |
static String |
encode(String s)
%-encodes every character that is not in the
iunreserved production of RFC 3987. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IRIEncoder
public IRIEncoder()
encode
public static String encode(String s)
- %-encodes every character that is not in the
iunreserved production of RFC 3987.
Behaviour for Unicode surrogates and Unicode
non-characters is undefined.