| goba@php.net 2004-08-27, 8:57 am |
| ID: 29859
Updated by: goba@php.net
Reported By: gerph at gerph dot org
Status: Feedback
Bug Type: Website problem
Operating System: Irrelevant
PHP Version: Irrelevant
New Comment:
php-master-web/scripts/rss_parser
Previous Comments:
------------------------------------------------------------------------
[2004-08-27 13:27:54] derick@php.net
Goba, where is the code that generates this file?
Derick
------------------------------------------------------------------------
[2004-08-27 13:22:15] goba@php.net
The XML encoding is specified in the XML declaration of the file.
------------------------------------------------------------------------
[2004-08-27 09:28:45] derick@php.net
Where is it explicitly defined as UTF8? I can't find that.
------------------------------------------------------------------------
[2004-08-27 07:16:45] gerph at gerph dot org
Description:
------------
The current news feed in RSS is not well-formed XML. It is
explicitly declared as UTF-8, but then uses a non-UTF-8
character sequence in a feed item (the word
'Z<u-umlaut>rich').
This should be a valid UTF-8 sequence or an entity.
Was a fault reported against FeedReader:
http://sf.net/tracker/index.php?fun...id=1017295&grou
p_id=70179&atid=526863
This might be a dupe of bug #28450, reported in May, but I
would not have thought that it would take so many months
for a CVS change to propogate.
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=29859&edit=1
|