[Overview][Procedures and functions] | Reference for unit 'urlenc' (#powtils_main) |
These functions are useful for example if you have %20 spaces or other special percentage prefixed symbols in a URL, and you wish to convert the %20 (and others) into their literal value for usage in your web program.
They are also useful when you wish to encode a space character, or other special characters, into a URL variable for the web browser to utilize when it does a GET request.