Line 37 in the current feed includes the string
'Z<u-umlaut>rich'. The feed *explicitly* declares its encoding
as UTF-8. The string is not UTF-8 and any incorrectly encoded
data within an XML document means that the document is not
well-formed. As such, the application must discard the
document as being invalid.
The <u-umlaut> character should be encoded as a
&#<number>; style entity, or as a correctly formed UTF-8
sequence.
I suggest you report this to the maintainers of the feed in
question.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
All being well, I've actually reported it to the PHP maintainers
myself through their bug tracking system. It should have
appeared as bug#29859, accessed through...
Logged In: YES
user_id=222505
The feed is broken.
Line 37 in the current feed includes the string
'Z<u-umlaut>rich'. The feed *explicitly* declares its encoding
as UTF-8. The string is not UTF-8 and any incorrectly encoded
data within an XML document means that the document is not
well-formed. As such, the application must discard the
document as being invalid.
The <u-umlaut> character should be encoded as a
&#<number>; style entity, or as a correctly formed UTF-8
sequence.
I suggest you report this to the maintainers of the feed in
question.
Logged In: YES
user_id=222505
All being well, I've actually reported it to the PHP maintainers
myself through their bug tracking system. It should have
appeared as bug#29859, accessed through...
http://bugs.php.net/29859