bruno1505 / pyetv

Automatically exported from code.google.com/p/pyetv
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

PyeTV does not play recording that have umlauts (like ä, ö, ü) in their names #47

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The problem is that the etv.log() function doesn't handle unicode strings
containing non-ascii characters correctly.

The attached patch fixes the problem for me; it also contains an
improvement in the PyeTVWaitController.py module which logs a traceback if
PyeTVWaitController.startup() fails - this was used to find the problem in
the log function.

Original issue reported on code.google.com by thomas.h...@gmail.com on 10 Jan 2010 at 3:31

Attachments:

GoogleCodeExporter commented 8 years ago
patch applied

Original comment by jon.chri...@gmail.com on 12 Jan 2010 at 9:46