UTF-8 characters not being recognised in cue files?
-
I have a cue file with lines like
TITLE "Symphony No. 5 - II. Stürmisch bewegt. Mit größter Vehemenz"
but in the playlist and the collection browser they're not being correctly shown
I'm using your 1.0.17-63-g3df29ed2 build looking at the code
I'd assume that the #if (QT_VERSION >= QT_VERSION_CHECK(6, 0, 0)) is correctly detected - and the about Qt claims to be 6.3.1
The ü character is well within the first 1024 characters (assuming that's peek check). Maybe I should run through with gdb unless there's an obvious fail here? -
Character missing from the font being used?