Opened 18 years ago

Closed 16 years ago

#2612 closed patch (fixed)

Fixes couple of problems with UTF8 recording filenames

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

Description

Fixes couple of problems with UTF8 recording filenames. You can get such filenames after running the 'mythrename.pl' for the recordings. Without this patch one cannot play files with UTF8 characters in the recording menu nor display the thumbnails in MythWeb Recordings page.

Adds some comments to clarify which functions expect UTF8 encoded filenames.

Expects filenames from database to be in UTF8 format (like rest of the strings).

Attachments (1)

utf8_recording_filenames_fix.patch (5.6 KB) - added by Pekka Jääskeläinen <pekka.jaaskelainen@…> 18 years ago.
the patch

Download all attachments as: .zip

Change History (4)

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

the patch

comment:1 Changed 17 years ago by cpinkham

(In [12681]) Use the utf8 version of the command when calling execl in myth_system.

Modify the JobQueue? to pass a QString to myth_system() rather than the .ascii() version of that QString.

Closes #2818. References #2612.

comment:2 Changed 17 years ago by cpinkham

Owner: changed from Isaac Richards to cpinkham

comment:3 Changed 16 years ago by cpinkham

Resolution: fixed
Status: newclosed

(In [15512]) Fix a couple problems dealing with utf8 recording filenames.

Closes #2612 using related parts of patch by Pekka Jääskeläinen.

Note: See TracTickets for help on using tickets.