cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: UTF8_CONVERSION_ERROR_NEGATIVE failure

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Mon, 21 Sep 2009 09:24:05 +0200 (CEST)

On Sun, 20 Sep 2009, Gross, Tim (Utility Computing Architect) wrote:

> When I do a curl_easy_perform(), it always fails.
>
> res = curl_easy_perform(m_curl);
>
> if(res != CURLE_OK)
> {
> printf("Detailed CURL error: %s\n",sDetailedErrorInfo);
> }
>
> Sometimes this prints out UTF8_CONVERSION_ERROR_NEGATIVE and sometimes it
> has garbage characters in it. Has anybody seen this before?

What libcurl version on what OS? Did you build the lib yourself or did you get
a prebuilt version from somewhere?

How is 'sDetailedErrorInfo' populated?

-- 
  / daniel.haxx.se
Received on 2009-09-21