Kbase P22963: How to remove URL encoding.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  25/11/2003 |
|
Status: Unverified
GOAL:
How to remove URL encoding. (URL-DECODE api)
FIX:
Plain-string = URL-DECODE(encoded-string).
This will remove the URL encoding such as %20 for blank spaces.