CodeSnip News
A repository for source code snippets, designed with Pascal in mind.
Brought to you by:
delphidabbler
Two new snippets, URIEncode and URIDecode, have been added to the Code Snippets Database. URIEncode URL encodes a string according to RFC 3986 while URIDecode decodes an encoded string back to its original form. Both routines have the option to encode and decode URL query strings. These routines supersede URLEncode and URLDecode which are not standards compliant.
link