cgi_url_unescape (3) - Linux Manuals

cgi_url_unescape: unescape an url encoded string

NAME

cgi_url_unescape - unescape an url encoded string

SYNOPSIS

#include <cgi/cgi.h>

char *cgi_url_unescape (char *buf);

ARGUMENTS

buf - a 0 terminated string

DESCRIPTION

cgi_url_unescape will do URL unescaping on the passed in string. This function modifies the string in place This function will decode any %XX character, and will decode + as space