You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by Simon Walter <si...@gikaku.com> on 2018/11/02 08:33:26 UTC

unescape urlencoded

I see apr_escape_urlencoded, but not apr_unescape_urlencoded. Perhaps it
is apr_unescape_url and there is some fun with the naming. Looking at
the tests, they do not seem as rigorous. A brief look at
encoding/apr_escape.c and I see x2c and c2x. I want to ask you all as
the docs mention
http://www.w3.org/TR/html401/interact/forms.html#h-17.13.4.1 for
apr_escape_urlencoded and not for apr_unescape_url.

I am want to decode form data in my own application (not a module).

Best,

Simon