Latest commit 98bb0b9 Mar 23, 2012 @weavejester weavejester Technically correct version of URL/percent-encoding
Java's URLEncoder and URLDecoder classes don't follow the URL-encoding
format precisely, instead encoding strings in the slightly different
www-form-urlencoded format. This commit ensures that the url-encode and
url-decode functions work correctly, leaving it up to the form-encode and
form-decode functions to handle data encoded in the www-form-urlencoded
format.