Is there a simple way to do URL encode in C? I'm using libcurl but I haven't found a method. Specifically, I need to do percent escapes.
curl_escape
which apparently has been superseded by
curl_easy_escape