Opened 19 years ago

Closed 19 years ago

#410 closed defect (invalid)

imdb results are in ascii mode

Reported by: Oscar Curero <oscar@…> Owned by: Isaac Richards
Priority: minor Milestone: 0.19
Component: mythvideo Version:
Severity: medium Keywords: utf-8, utf8, imdb
Cc: Ticket locked: no

Description

Mythvideo only support ascii characters from the results of the search scripts (actually, imdb.pl and allocine.pl). This is bad because there are a lot of languages that need extended characters like accents (àá), umlauts (ü), enye (ñ)...

The solution is to expect data to be only in utf-8. This conversion should be done in the search scripts, although the mythvideo code should also change to get data with the correct encoding. One thing to note is that all fields are wrong except the movierating. This is the only field where non-ascii characters looks good.

Attached is a screenshot of the problem.

Attachments (1)

mythvideo.jpg (65.7 KB) - added by Oscar Curero <oscar@…> 19 years ago.
mythvideo imdb results

Download all attachments as: .zip

Change History (3)

Changed 19 years ago by Oscar Curero <oscar@…>

Attachment: mythvideo.jpg added

mythvideo imdb results

comment:1 Changed 19 years ago by Oscar Curero <oscar@…>

Keywords: utf-8 utf8 imdb added

comment:2 Changed 19 years ago by Isaac Richards

Resolution: invalid
Status: newclosed

It reads in data encoded according to the current locale settings.

Note: See TracTickets for help on using tickets.