Converts percent-encoded characters back to readable text
%20 is the URL-encoded representation of a space character.
Both represent a space. %20 is used in URLs, + is used in query strings (application/x-www-form-urlencoded).