Opened 14 years ago
Closed 14 years ago
Last modified 14 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 14 years ago by
Milestone: | 0.25 → 0.24.1 |
---|---|
Version: | Unspecified → Trunk Head |
comment:3 Changed 14 years ago by
Don't mangle filename string when saving the file during import or ripping. Refs #9483
Changeset: d581cefad528a193197c4660cf7e1922ead8b7d7
Fixed in [d581cefad]
Leaving the ticket open until the fix has received wider testing and then backported to 0.24