Opened 17 years ago

Closed 17 years ago

#3499 closed patch (fixed)

Enable utf8 filenames in MythVideo

Reported by: anonymous Owned by: stuartm
Priority: minor Milestone: 0.21
Component: mythvideo Version: head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

This patch prevents filename conversion attempts to 8-bit encoding before calling myth_system. This enables playback of files with non-ascii filenames (tested with Cyrillic/Russian?).

Attachments (1)

mythvideo_utf8.patch (539 bytes) - added by andrei@… 17 years ago.
enable utf8 filenames in MythVideo?

Download all attachments as: .zip

Change History (4)

Changed 17 years ago by andrei@…

Attachment: mythvideo_utf8.patch added

enable utf8 filenames in MythVideo?

comment:1 Changed 17 years ago by stuartm

Milestone: unknown0.21
Owner: changed from Isaac Richards to stuartm

comment:2 Changed 17 years ago by stuartm

Component: mythtvmythvideo

comment:3 Changed 17 years ago by stuartm

Resolution: fixed
Status: newclosed

(In [14104]) Don't convert the external player command to the local 8bit encoding before passing it to myth_system.

myth_system subsequently converts it to utf8 and then to ascii before execution which seems to cause problems for strings previously converted to the local 8bit.

Fixes #3499

Note: See TracTickets for help on using tickets.