Fully Decode URI
Problem this snippet solves: This sample will recursively decode a URI before inspection.
When checking for special characters in a URI (quotes, percent signs, spaces, etc), one must make sure tha...
Published Mar 17, 2015
Version 1.0CodeCentral_194
Cirrus
Joined May 05, 2019
CodeCentral_194
Cirrus
Joined May 05, 2019
Achilles59_3593
Jan 25, 2019Nimbostratus
Hi,
I know that URI::decode will decode the Percent encoding. Is there a way to decode other encoding mechanism as well like UTF-8 ?