[mythtv-commits] Ticket #9483: Mythmusic writing filenames incorrectly

MythTV noreply at mythtv.org
Sat Jan 15 14:42:13 UTC 2011


#9483: Mythmusic writing filenames incorrectly
------------------------------------+-------------------------
     Reporter:  stuartm             |      Owner:  stuartm
         Type:  Bug Report          |     Status:  new
     Priority:  major               |  Milestone:  0.25
    Component:  Plugin - MythMusic  |    Version:  Unspecified
     Severity:  medium              |   Keywords:
Ticket locked:  0                   |
------------------------------------+-------------------------
 As an example a filename which should start "Dvořák, Antonían" is being
 written to the utf8 capable filesystem as "Dvořák, Antonín".

 Somewhere along the way we're mangling the strings from UTF8 to something
 else. This is almost certainly because we convert from Unicode to
 'local8bit' back to unicode (without using fromLocal8Bit) and then again
 to 'local8bit'. It's surprising that the strings don't end up even more
 messed up.

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/9483>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list