https://bugs.winehq.org/show_bug.cgi?id=46755
--- Comment #6 from Olivier F. R. Dierick o.dierick@piezo-forte.be --- Created attachment 64238 --> https://bugs.winehq.org/attachment.cgi?id=64238 foobar2000 & wine explorer utf-8 path display
Hello,
I see no obvious issue with the utf-8 names in foobar2000 or wine explorer.
$ file foobar2000_test.fpl foobar2000_test.fpl: data $ strings -e S foobar2000_test.fpl ��<wB�,;� file://Z:\home\olivier\Musique\Schönberg, Arnold\Boulez conducts Schönberg\CD 01\07 - 3 Pieces for Chamber Orchestra - II. Máige Viertel.mp3 bitrate codec encoding lossy channels samplerate 44100 mp3_stereo_mode joint stereo codec_profile tagtype id3v1 ��XL_@
This command ("strings") extracts utf-8 encoded ("-e S") strings from the binary file (.fpl playlist). The playlist I created returns proper utf-8 characters in the paths and filenames.
Can you provide screen shots for comparison and the result of this command with one of your old playlists?
Regards