Most developers will know of URL encoding as UTF-8 encoding. This converts non-ASCII characters into a syntax of %NN where N stands for a unique numeric format. For example, an empty space converts to %20 when encoded. Nobody wants to do this by hand so developers have made encoding tools for convenience. This is all […]
The post URL Encode/Decode Webapp with jQuery appeared first on Vandelay Design.
from Vandelay Design http://www.vandelaydesign.com/url-enc-dec-jquery-tutorial/
No comments:
Post a Comment