Decode web(HTML)-encoded string.
decode-web <string> [ input-length <length> ]
decode-web will decode <string> (created by encode-web or other web-encoding software) and store the result back into it. If you need <string> unchanged, make a copy of it first with copy-string. To decode only a number of leading bytes in <string>, use "input-length" clause and specify <length>.
See encode-web.
Decode web-encoded string "str", after which it will hold a decoded string.
decode-web str
Web encoding
decode-web encode-web See all documentation