Tanja Striepling wrote:
Hi there,

Hi,


we discovered a strange problem with freevo-1.5.3!

Unfortunately its not too strange, but infamous unicode problems. We hope to make these all go away in 2.0.



          File "/usr/local/freevo/src/tv/record_types.py", line 69, in 
addProgram
            print 'addProgram: actually adding "%s"' % String(prog)

Thats the line we should change. Try experimenting with the "String(prog)" part. I am thinking it should be fine like it is but that's the voodoo black magic nature of unicode bugs! Try changing String(prog) to prog.decode(). I hope that works... If not then I have to refresh my memory on how we were fixing these ones.


-Rob


------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Freevo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to