NAME
curlescape - URL encodes the given string
SYNOPSIS
##iinncclluuddee <
cchhaarr **ccuurrlleessccaappee(( cchhaarr **url,, iinntt length ));;> DESCRIPTION
This function will convert the given input string to an URL encoded string and return that as a new allocated string. All input charactersthat are not a-z, A-Z or 0-9 will be converted to their "URL escaped"
version (%NN where NN is a two-digit hexadecimal number).
If the 'length' argument is set to 0, curlescape() will use strlen() on the input 'url' string to find out the size. You must curlfree() the returned string when you're done with it. RREETTUURRNN VVAALLUUEE A pointer to a zero terminated string or NULL if it failed.SEE ALSO
ccuurrlluunneessccaappee((33)),,curlfree(3),RRFFCC2396 libcurl 7.9 6 March 2002 curlescape(3)