Author: duncan
Date: Mon Nov 27 17:04:58 2006
New Revision: 8668

Modified:
   branches/rel-1-6/freevo/src/util/misc.py

Log:
[ 1574672 ] Headlines crashes
Fix applied


Modified: branches/rel-1-6/freevo/src/util/misc.py
==============================================================================
--- branches/rel-1-6/freevo/src/util/misc.py    (original)
+++ branches/rel-1-6/freevo/src/util/misc.py    Mon Nov 27 17:04:58 2006
@@ -379,7 +379,7 @@
                 replacement = e[entity[1:-1]]
             except KeyError:
                 continue
-        string = string.replace(entity, replacement)
+        string = string.replace(entity, replacement.decode("latin-1"))
     return string
 
 

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to