Internet Direct (Indy) Version 9.0.2 Beta
|
class function URLEncode(ASrc: string): string;
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. The characters are converted to the character triplet consisting of the "%" character followed by the two-digit hexadecimal value for the octet.
Use URLDecode to return a URL-encoded string to its US-ASCII representation.