Maven module :un.api : api-encoding :
Class : un.impl.io.ur.URLUtilities
Extends/Implements : -
Subclasses : -

author  Johann Sorel


Variables : -
Functions : encode, decode




Encode given path following url encoding.
See :
http://en.wikipedia.org/wiki/Percent-encoding
http://www.w3schools.com/tags/ref_urlencode.asp
TODO recheck this code, just a draft
param  path
return
public Chars encode (Chars path)


Decode URL encoded string.
TODO recheck this code, just a draft
param  path
return
public Chars decode (Chars path)