Ticket #9483 (closed Bug Report: Fixed)
Opened 2 years ago
Last modified 2 years ago
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.
Attachments
Change History
comment:1 Changed 2 years ago by stuartm
- Version changed from Unspecified to Trunk Head
- Milestone changed from 0.25 to 0.24.1
comment:2 Changed 2 years ago by stuartm
- Status changed from new to closed
- Resolution set to Fixed
Fixed in [2329c36a]
comment:3 Changed 2 years ago by Stuart Morgan
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