URL-decode(text a, encoding b)
|
Group |
Interprets a as URL-encoded text and performs a decoding assuming the encoding to be ISO-8859-1 unless otherwise specified in parameter b.
Description of Parameters
|
Parameter |
Description |
|
a |
Value. |
|
b |
(optional) Encoding. Default: 8859_1 |
Examples
|
Parameter a |
Parameter b |
Result |
|
Text+with+umlauts+%E4%F6%FC%DF |
Text with umlauts äöüß |
|
|
Text+with+umlauts+%C3%A4%C3%B6%C3%BC%C3%9F%E2%82%AC |
UTF8 |
Text with umlauts äöü߀ |