Opened 19 years ago

Closed 18 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@… 19 years ago.
enable utf8 filenames in MythVideo

Download all attachments as: .zip

Change History (4)

by andrei@…, 19 years ago

Attachment: mythvideo_utf8.patch added

enable utf8 filenames in MythVideo

comment:1 by stuartm, 18 years ago

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

comment:2 by stuartm, 18 years ago

Component: mythtvmythvideo

comment:3 by stuartm, 18 years ago

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.