
noreply at mythtv
May 4, 2012, 4:32 PM
Post #1 of 5
(62 views)
Permalink
|
|
Ticket #10689: mythfrontend can't play bluray rip if there are non-Latin1 characters in path
|
|
#10689: mythfrontend can't play bluray rip if there are non-Latin1 characters in path -------------------------+------------------------------------------- Reporter: dluzin@… | Type: Patch - Bug Fix Status: new | Priority: major Milestone: unknown | Component: MythTV - Blu-ray Playback Version: Unspecified | Severity: medium Keywords: | Ticket locked: 0 -------------------------+------------------------------------------- Mythfrontend can't play bluray rip if it's path contains non-Latin1 characters, for example cyrillic ones using UTF-8 locale. The problem resides in libs/libmythtv/bdringbuffer.cpp in BDRingBuffer::OpenFile function. bd_open function called with path converted to Latin1, that is not correct for systems with non-default locales. Attached is a patch solving this issue. -- Ticket URL: <http://code.mythtv.org/trac/ticket/10689> MythTV <http://code.mythtv.org/trac> MythTV Media Center _______________________________________________ mythtv-commits mailing list mythtv-commits [at] mythtv http://www.mythtv.org/mailman/listinfo/mythtv-commits
|