| |||||
| |||||
| Description | |||||
| Implements coding of non-alphanumeric characters in URLs and CGI-requests. | |||||
| Synopsis | |||||
| |||||
| Documentation | |||||
| |||||
| Perform URI encoding of a list of bytes. See http://www.w3.org/International/O-URL-code.html To encode a list of characters, the string first has to be UTF-8 encoded! | |||||
| |||||
| Perform URI decoding to a list of bytes. | |||||
| Produced by Haddock version 2.6.0 |