curl-library
libcurl with spanish chars
From: nicolas jungblut <lechuckgl_at_gmail.com>
Date: Wed, 27 Jun 2007 11:18:33 -0300
Date: Wed, 27 Jun 2007 11:18:33 -0300
Hi:
I am using libcurl to fetch the contents of a PHP script I use to parse RSS
Feeds. The problem is that when I have spanish chars en the RSS ( ex.: ñ, á,
é , Ñ, etc. ), curl fetches them as //YYY , where YYY is the ASCII
code...and when I use those strings I get segmentation fault errors.
I tried encoding the data with both UTF-8
and ISO-8859-1 usings PHP utf_enconde function, but nothing worked (
plus, I allready know that those RSS are ISO-8859-1 encoded...but i
tried to encode it againg just in case...obviously,
I also tried keepeing the data intact).
Can anyone help me with this , please ?
Thanks in advance !
Received on 2007-06-27