An additional item on the same subject:
Scandinavian characters in the track title correctly shown in the GUI, are not the same when exporting a playlist in m3u format.
Example:
GUI:Göteborgsmusiken / Svenska Sommarfavoriter 1 / Solöga
m3u: Go?teborgsmusiken/Svenska Sommarfavoriter 1/07 - Solo?ga.flac
I don't know how this reads in a US based browser, here is the hex code for both:
hexdump -C hex.m3u
00000000 2f 55 73 65 72 73 2f 62 6e 69 6c 73 73 6f 6e 2f |/Users/bnilsson/|
00000010 4d 75 73 69 63 2f 68 74 70 63 2f 4d 75 73 69 6b |Music/htpc/Musik|
00000020 2f 52 69 70 73 2f 47 6f 3f 74 65 62 6f 72 67 73 |/Rips/Go?teborgs|
00000030 6d 75 73 69 6b 65 6e 2f 53 76 65 6e 73 6b 61 20 |musiken/Svenska |
00000040 53 6f 6d 6d 61 72 66 61 76 6f 72 69 74 65 72 20 |Sommarfavoriter |
00000050 31 2f 30 37 20 2d 20 53 6f 6c 6f 3f 67 61 2e 66 |1/07 - Solo?ga.f|
00000060 6c 61 63 0d 0a 0d 0a 2f 55 73 65 72 73 2f 62 6e |lac..../Users/bn|
00000070 69 6c 73 73 6f 6e 2f 4d 75 73 69 63 2f 68 74 70 |ilsson/Music/htp|
00000080 63 2f 4d 75 73 69 6b 2f 52 69 70 73 2f 47 9a 74 |c/Musik/Rips/Göt|
00000090 65 62 6f 72 67 73 6d 75 73 69 6b 65 6e 2f 53 76 |eborgsmusiken/Sv|
000000a0 65 6e 73 6b 61 20 53 6f 6d 6d 61 72 66 61 76 6f |enska Sommarfavo|
000000b0 72 69 74 65 72 20 31 2f 30 37 20 2d 20 53 6f 6c |riter 1/07 - Sol|
000000c0 9a 67 61 2e 66 6c 61 63 0d 0a |öga.flac..|
000000ca
What character set is used in the export?