"/usr/lib/python2.3/site-packages/freevo/www/web_types.py", line 255, in tableCell
self.res += " <td "+opts+">"+data+"</td>\n"
exceptions.UnicodeDecodeError: 'ascii' codec can't decode byte 0xdf in position 114: ordinal not in range(128)
I just fixed this on my side. I'll commit something this evening, I'm just looking for a better solution than what I've done:
Index: src/www/web_types.py =================================================================== RCS file: /cvsroot/freevo/freevo/src/www/web_types.py,v retrieving revision 1.23 diff -r1.23 web_types.py 254a255,256 > if not isinstance(data, unicode): > data = Unicode(data, config.LOCALE)
-Rob
------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Freevo-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-devel
