Quantcast
Channel: RSS Feed Accented Characters
Browsing latest articles
Browse All 8 View Live

RSS Feed Accented Characters

I am trying to set up an RSS Feed in the Spanish language using a PHP cron job. I am unsure of how to deal with accented letters. An example: This syntax: <?php $rss_content .= "<description>"...

View Article



RSS Feed Accented Characters

Make sure you have ... <?xml version="1.0" encode="UTF-8"?> as the first line of the output. That tells the reader that the file is a UTF-8 encoded file. Also, if you ejecting HTTP headers, make...

View Article

RSS Feed Accented Characters

Would this work? $content = "El Vers&iacute;culo del D&iacute;a"; $rss_content .= "" . $content . "\r\n"; Cheers! Jen -----Original Message----- From: Ron Piggott Sent: Friday, September 30,...

View Article

RSS Feed Accented Characters

The entities are HTML entities. They are not XML entities. If they are displayed as ? then it is an encoding issue. What encoding are you using? -- Richard Quadling Twitter : EE : Zend : PHPDoc...

View Article

RSS Feed Accented Characters

Whoops! Forgive my try at it :) -----Original Message----- From: Richard Quadling Sent: Friday, September 30, 2011 11:47 AM To: jen@cetaceasound.com Cc: Ron Piggott; php-general@lists.php.net Subject:...

View Article


RSS Feed Accented Characters

-----Original Message----- From: Richard Quadling Sent: Friday, September 30, 2011 12:31 PM To: Ron Piggott Cc: php-general@lists.php.net Subject: Re: [PHP] RSS Feed Accented Characters Make sure you...

View Article

RSS Feed Accented Characters

The byte sequence that is being received is just 0xED. php -r "file_put_contents('a.rss', file_get_contents('http://www.elversiculodeldia.info/peticiones-de-rezo-rss.xml'));" This is NOT UTF-8 encoded...

View Article

RSS Feed Accented Characters

www.TheVerseOfTheDay.info -----Original Message----- From: Richard Quadling Sent: Friday, September 30, 2011 2:53 PM To: Ron Piggott Cc: php-general@lists.php.net Subject: Re: [PHP] RSS Feed Accented...

View Article

Browsing latest articles
Browse All 8 View Live




Latest Images