Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#9483 closed Bug Report (Fixed)

Mythmusic writing filenames incorrectly

Reported by: stuartm Owned by: stuartm
Priority: major Milestone: 0.24.1
Component: Plugin - MythMusic Version: Master Head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

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.

Change History (3)

comment:1 Changed 13 years ago by stuartm

Milestone: 0.250.24.1
Version: UnspecifiedTrunk Head

Fixed in [d581cefad]

Leaving the ticket open until the fix has received wider testing and then backported to 0.24

comment:2 Changed 13 years ago by stuartm

Resolution: Fixed
Status: newclosed

Fixed in [2329c36a]

comment:3 Changed 13 years ago by Stuart Morgan

Don't mangle filename string when saving the file during import or ripping. Refs #9483

Changeset: d581cefad528a193197c4660cf7e1922ead8b7d7

Note: See TracTickets for help on using tickets.