aargirakis / BZRPlayer

Audio player for Windows that plays over 650 different fileformats
http://bzrplayer.blazer.nu/
GNU General Public License v3.0
9 stars 0 forks source link

add utf8 support for m3u/m3u8 playlists #409

Open ciros88 opened 1 year ago

ciros88 commented 1 year ago

this is an example: Coding - VA.zip

track 9 should be displayed as "Nu Genea - Tienaté" instead of "Nu Genea - Tienaté"

maybe it is related to #147

ciros88 commented 8 months ago

also these are affected: playlists.zip

aargirakis commented 8 months ago

utf8 in playlists works, it's extended ascii that doesn't work

aargirakis commented 6 months ago

It has to do with files encoded in either UTF-8 with BOM, UTF-8 without BOM or "plain text", it's a mess... UTF-8 files will always work though. I'll pause this for now.