I have a string with unicode characters that I am transferring via HTTP. This string was encoded with Javascript\'s encodeURIcomponent(). Is there an equivalent fu
encodeURIcomponent()
rawurldecode() which does not decode plus to space charactor
rawurldecode()