[mythtv] [mythtv-commits] Ticket #2354: unicode output for imdb.pl

Cougar mythtv at lost.data.ee
Sat Sep 9 18:18:20 UTC 2006


On Sat, 9 Sep 2006, Pekka Jääskeläinen wrote:

>  When fetching IMDB data for a title the imdb.pl outputed the data in
>  nonunicode format which resulted in garbled letters in some titles. This
>  one-liner forces the output of the script to be utf8, which is the
>  encoding used in the database.

Thanks, this patch works fine. My quick workaround was shell script :-)

imdb.pl $@ | iconv -c -f ISO_8859-15 -t UTF8

Hopefully it will commited soon.

---
Cougar


More information about the mythtv-dev mailing list