斑马cURL返回é作为问号

时间:2015-02-16 14:21:34

标签: curl special-characters

我正在使用http://stefangabos.ro/wp-content/docs/Zebra_cURL/Zebra_cURL/Zebra_cURL.html#methodoption拨打电话。

一切顺利但特殊字符的返回,它们就像一个带有黑色钻石的问号(在Chrome中)返回。

我该如何解决这个问题?

    $this->curl->queue();

    $this->curl->cache('application/cache', 60);

    $this->curl->option(array(
        CURLOPT_HTTPHEADER => array('text/plain;charset=UTF-8'),
        CURLOPT_ENCODING => 'UTF-8'
    ));

    $this->curl->get($list, 'callback');

    $this->curl->start();

0 个答案:

没有答案