Replace unicode/utf-8 flats and sharps in exported filenames
If I have an orchestral score with instrument names like "Bb Trumpet" or a title like "Sonata in F#" using nice looking unicode / utf-8 characters for flats and sharps these characters are also used in the auto-created filenames when exporting separate parts.
Request: replace such special characters by plain ASCII "#" and "b" when exporting to filenames.
Not all filesystems support such characters.
Comments
will look into this
As Instrument names don't contain sharps, I guess we can ignore that one and only replaves flat with b.
Oh ,but indeed they can happen in score names. Although there you'd have to jump through hoops to get them entered into the new score wizzard...
May still be worth fixing too.
Currently this got to wait though, until #106296: Can't create (additional) parts is fixed (in master)
See https://github.com/musescore/MuseScore/pull/2619
Fixed in branch master, commit 913de73d14
fix #106266: avoid unicode flats and sharps in filenames
by replacing them with b and #
Fixed in branch master, commit 1cf278ed11
Merge pull request #2619 from Jojo-Schmitz/filenames
fix #106266: avoid unicode flats and sharps in filenames
Fixed in branch 2.0.4, commit ea2d70716b
fix #106266: avoid unicode flats and sharps in filenames
by replacing them with b and #
Automatically closed -- issue fixed for 2 weeks with no activity.