[mythtv-commits] Ticket #6289: MythWeb recorded programs RSS and non-ascii characters in titles

MythTV mythtv at cvs.mythtv.org
Sun Feb 22 07:08:43 UTC 2009


#6289: MythWeb recorded programs RSS and non-ascii characters in titles
----------------------------------+-----------------------------------------
 Reporter:  otto at kolsi dot fi  |       Owner:  xris   
     Type:  defect                |      Status:  new    
 Priority:  minor                 |   Milestone:  unknown
Component:  Plugin - MythWeb      |     Version:  head   
 Severity:  medium                |     Mlocked:  0      
----------------------------------+-----------------------------------------
 MythWeb Recorded Programs RSS feed breaks if program titles contain non-
 ascii characters. For example, title "Tv-uutiset ja sää" becomes:

 {{{
 <title>Tv-uutiset ja s&Atilde;&curren;&Atilde;&curren;</title>
 }}}

 Adding utf8_decode() call to tv/tmpl/rss/recorded.php where title is set,
 makes it better:

 {{{
 <title>Tv-uutiset ja s&auml;&auml;</title>
 }}}

 but it is still broken because of the entities
 ([http://validator.w3.org/feed/]). Is it possible to output this RSS-feed
 through MythWeb without doing the entity encoding for this file?

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/6289>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list