Re: [Freevo-devel] fix for crashing webserver in 1.9 with unicode program titles

2010-06-18 Thread Gary Steele
sorry, it's bit late at night and my cutting and pasting didn't go so smoothley: cell = _('Sorry, the program description for %s is unavailable.') % (''+prog.title+'') becomes cell = _('Sorry, the program description for %s is unavailable.') % (''+Unicode(prog.title)+'') and self.r

[Freevo-devel] fix for crashing webserver in 1.9 with unicode program titles

2010-06-18 Thread Gary Steele
i experienced this problem recently: http://www.mail-archive.com/freevo-devel@lists.sourceforge.net/msg18422.html i'm not sure if it's fixed in an upstream version, but if not, the fix is to manually throw in unicode co