cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: UTF-8 format not supporting

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Thu, 11 Oct 2012 13:20:33 +0200 (CEST)

On Thu, 11 Oct 2012, gaurav shukla wrote:

> When i am downloading normal English websites every thing is working fine ,
> but when downloading Korean Or chines web sites
> Following contents are coming :

libcurl simply delivers the exact data that the HTTP server responded with.
You may of course need to decode or translate that to something else, or you
may need to send additional HTTP headers to make the "right" data get
returned. That's entirely up to the user of libcurl.

-- 
  / daniel.haxx.se
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html
Received on 2012-10-11