Hi all,

Thanks for letting me join you guys here.

I am currently working on a software using curl-7.15.1 and having
dependency on libcurl.so

Issue I am facing:-
*curl_escape* is encoding "_" in querystring  to "%5F" which is what I want
to avoid.

I think* curl_easy_escape* will help me.
I checked its man page which states:-

Availability:
Added in 7.15.4 and replaces the old curl_escape
<http://curl.haxx.se/libcurl/c/curl_escape.html> function.

Is there a patch that I can apply directly to 7.15.1 in order to be able to
use curl_easy_escape? If yes, please point me to it. Else, what
alternatives do I have?


Thanks for help.

Regards,
Ivneet
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html

Reply via email to