I entered the following in Chrome's console: decodeURIComponent('a%AFc'); Instead of resulting to a0xAFc, it caused a URIError …
javascript uri malformed decodeuricomponentI was just testing something with AJAX and I found that on success if I alert alert(decodeURI('%')); …
javascript decodeuricomponentWhen I tryed to decode the string below in nodeJS using decodeURLCompnent: var decoded = decodeURI('Ulysses%20Guimar%C3%A3es%20…
node.js utf-8 character-encoding latin1 decodeuricomponent