Opened 18 years ago

Closed 18 years ago

#2354 closed patch (fixed)

unicode output for imdb.pl

Reported by: Pekka Jääskeläinen <pekka.jaaskelainen@…> Owned by: Anduin Withers
Priority: minor Milestone: 0.20
Component: mythvideo Version:
Severity: medium Keywords:
Cc: Ticket locked: no

Description

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.

For more info on Perl and Unicode, refer to http://search.cpan.org/~jhi/perl-5.8.0/pod/perluniintro.pod

Attachments (1)

unicode_output_for_imdb_ripper.patch (494 bytes) - added by Pekka Jääskeläinen <pekka.jaaskelainen@…> 18 years ago.

Download all attachments as: .zip

Change History (3)

Changed 18 years ago by Pekka Jääskeläinen <pekka.jaaskelainen@…>

comment:1 Changed 18 years ago by Anduin Withers

Milestone: unknown0.20
Status: newassigned

comment:2 Changed 18 years ago by Anduin Withers

Resolution: fixed
Status: assignedclosed

(In [11101]) The code in VideoManager? now expects utf8; all video info grabbers now output utf8.

Removed some tabs in ofdb.pl that made it harder to read with a sane tab size. Updated ofdb.pl to look for " instead of ' as the site appears to be using them.

Closes #2354

Thanks go to Pekka Jaaskelainen for the initial patch.

Note: See TracTickets for help on using tickets.