Opened 18 years ago

Closed 18 years ago

#2166 closed patch (fixed)

improved utf8 filename support for the internal player

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

Description

This trivial patch fixes couple of spots in the code which made the internal player fail in some cases of passing it UTF8 file names (through MythVideo? or through the mythtv command line). Now playing UTF8 should work for both DVD backup directory names and video file names.

Attachments (2)

improved_utf8_filename_support_for_int_player.diff (1.4 KB) - added by Pekka Jääskeläinen <pekka.jaaskelainen@…> 18 years ago.
patch against trunk
utf8_part2.diff (2.0 KB) - added by mikemiron@… 18 years ago.
patch

Download all attachments as: .zip

Change History (5)

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

patch against trunk

comment:1 Changed 18 years ago by Isaac Richards

Resolution: fixed
Status: newclosed

(In [10892]) UTF-8 filename fixes.

Closes #2166.

comment:2 Changed 18 years ago by mikemiron@…

Resolution: fixed
Status: closedreopened

Second part of utf8 support for internal player. Because calling of plugin is use char * instead of QString in this call we got conversion strings to ascii and file names like this '/pub/video/????.avi'. This patch fix this problem.

Changed 18 years ago by mikemiron@…

Attachment: utf8_part2.diff added

patch

comment:3 Changed 18 years ago by Isaac Richards

Resolution: fixed
Status: reopenedclosed

Closed by [10898].

Note: See TracTickets for help on using tickets.