

RFC 3986 section 2.3 Unreserved Characters (January 2005) The sets of reserved and unreserved characters and the circumstances under which certain reserved characters have special meaning have changed slightly with each new revision of specifications that govern URIs and URI schemes. Using percent-encoding, reserved characters are represented using special character sequences. Unreserved characters have no such special meanings. For example, forward slash characters are used to separate different parts of a URL (or more generally, a URI). Reserved characters are characters that sometimes have special meaning. The characters allowed in a URI are either reserved or unreserved (or a percent character as part of a percent-encoding).
#URI DECODE SOFTWARE#
From now on, you don't need to download any software for such simple tasks. Read our privacy policy below for more details. We do not keep or inspect the contents of the submitted data or uploaded files in any way.

We delete uploaded files from our servers immediately after being processed and the resulting downloadable file is deleted right after the first download attempt or 15 minutes of inactivity (whichever is shorter). Currently this mode supports only the UTF-8 character set.Īll communications with our servers come through secure SSL encrypted connections (https).

URL-encoding, also known as "percent-encoding", is a mechanism for encoding information in a Uniform Resource Identifier (URI). URL-encode your data without hassles or decode it into a human-readable format. See perlartistic.Meet URL Decode and Encode, a simple online tool that does exactly what it says: decodes from URL-encoding as well as encodes into it quickly and easily.
#URI DECODE FREE#
This module is free software you can redistribute it and/or modify it under the same terms as Perl itself. Please report any bugs or feature requests at AUTHORĬopyright (c) 2014, Mithun Ayachit. The following characters are considered as Unreserved. ! * ' ( ) : & = + $, / ? # Unreserved Characters The following characters are considered as reserved ( RFC 3986). This provides a non-OOP interface uri_encode($url, \%options) uri_decode($url) CHARACTER CLASSES Reserved Characters The following functions are exported upon request. $uri->decode("http%3A%2F%%2Ffoo%20bar") EXPORTED FUNCTIONS Be sure to check the format and convert back if required. If you had encoded the URL using this module (or any other method), chances are that the URL was converted to UTF-8 before 'percent' encoding. This method decodes a 'percent' encoded URL.

My $uri = URI::Encode->new( ) decode($url) URI::Encode - Simple percent Encoding/Decoding SYNOPSIS # OOP Interface
