Bei den Indys (idGlobal) gibt es sowas:
Zitat:
function URLDecode(psSrc: string): string;
Parameters
psSrc: string
URL-encoded string to be converted.
Returns
String - The un-encoded
ASCII representation of the
URL.
Description
URLDecode is a String function that converts a
URL-encoded string to its representation in the US-
ASCII character set.
URLDecode 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.
URLDecode can used to reverse any string encoding performed using URLEncode.
Grüße
Klaus