takes a string of unicode entities and converts it to a utf-8 encoded string each unicode entitiy has the form &#nnn(nn); n={0..9} and can be displayed by utf-8 supporting browsers. Ascii will not be modified.
RFC1738 compliant replacement to PHP's rawurldecode - which actually works with unicode (using utf-8 encoding).
Replacement for PHP's rawurlencode. This version skips any existing sequences of '%xx', which represent already-encoded chars. Also uses the multi=byte string functions to preseve unicode chars integrity.
Documentation generated by phpDocumentor 1.3.0RC3