Pascal Scripting: ConvertPercentStr
From Inno Setup
Pascal Scripting: ConvertPercentStr
Prototype:
function ConvertPercentStr(var S: String): Boolean;
Description:
Expands all %-encoded characters in the string (see RFC 2396
). Returns True if all were successfully expanded.