Internet Direct (Indy) Version 9.0.1 Beta
|
function URLEncode(const ASrc: string): string;
URLEncode is based on the URL character encoding rules as described in the Internet Standards document Uniform Resource Locators (URL), RFC 1738 , by Tim Berners-Lee.
URLEncode performs special handling for characters deemed unsafe in the URL encoding scheme, and any graphical US-ASCII characters in the range 80-FF hexadecimal.
Use URLDecode to return a URL-encoded string to its US-ASCII representation.