On Tue, 3 Nov 2015, Tim Ruehsen wrote:

Just a question about CURL_DOES_CONVERSIONS. AFAICS, it is only defined when cross-compiling to target TPF. If this is true, a native compilation on EBCDIC would enable the new code and consequently break.

Am I right or wrong ?

I'm a bit out on thin ice here, but I think that's wrong.

I believe you need that define set when you build libcurl to run on a non-ascii platform, cross-compiled or not. The conversion it speaks of is the conversion of (network) data that comes in ascii to its own native format and back.

--

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

Reply via email to