cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: define CURL_DOES_CONVERSIONS on compilation

From: Jan Jezek <emploi.jezek_at_gmail.com>
Date: Sat, 24 Oct 2009 19:42:28 +0200

I'm runing on windows 2000, xp, linux (debian, ubuntu). The most time on win
2000.
So i will turn my question differently.
I request http code from server how use czech code set, but when i use curl
o my function to save data on file the czech char is not displayed.
How can i resolv this?

any idea?

2009/9/10 Daniel Stenberg <daniel_at_haxx.se>

> On Thu, 10 Sep 2009, Jan Jezek wrote:
>
> I can't find where i must define the option "*CURL_DOES_CONVERSIONS"
>> before compilation to alow this freature.
>>
>
> It isn't done automatically anywhere.
>
>
> I have search in curl_config.h but i don't find it.
>> Must I add a new line "#define **CURL_DOES_CONVERSIONS" in this file??
>>
>
> CURL_DOES_CONVERSIONS is for non-ASCII based systems to do conversions and
> I don't think we so far have had any such systems that build with configure
> so we don't have any particular configure option and curl_config.h gets
> generated by configure...
>
> So, you should define it somewhere central so that all pieces of libcurl
> that checks for the define have it defined.
>
> What platform are you building curl for?
>
> --
>
> / daniel.haxx.se
> -------------------------------------------------------------------
> List admin: http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-users
> FAQ: http://curl.haxx.se/docs/faq.html
> Etiquette: http://curl.haxx.se/mail/etiquette.html
>

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-users
FAQ: http://curl.haxx.se/docs/faq.html
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2009-10-24