URL decoding is a method to decode arbitrary data from a Uniform Resource Identifier (URI) that's been encoded using only the limited US-ASCII characters legal within a URI. For example, the string Hello%2C%20World%21 becomes Hello, World! . The non-standard Unicode form %u0048%u0065 is decoded as well.
0 chars · 0 words · 0 lines
0 chars · 0 words · 0 lines