Menu

#183 Can't display PHP news (other readers can)

open
nobody
None
5
2004-08-27
2004-08-27
Anonymous
No

http://www.php.net/news.rss

Other reader do not have a problem, with the PHP news!

Discussion

  • Justin Fletcher

    Justin Fletcher - 2004-08-27

    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.

     
  • Justin Fletcher

    Justin Fletcher - 2004-08-27

    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

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.