de.fuberlin.wiwiss.d2rq.mapgen
Class IRIEncoder

java.lang.Object
  extended by de.fuberlin.wiwiss.d2rq.mapgen.IRIEncoder

public class IRIEncoder
extends Object


Constructor Summary
IRIEncoder()
           
 
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
 

Constructor Detail

IRIEncoder

public IRIEncoder()
Method Detail

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.