aargirakis / BZRPlayer

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

Files with extended ascii characters in filename are not playable for plugins that doesn't support utf-8 (2.0.60 regression) #493

Closed aargirakis closed 6 months ago

aargirakis commented 7 months ago

file.zip

aargirakis commented 7 months ago

Try renaming a file that UADE can by adding a 'ä'. Loading will fail. It's the libraries that needs a filename as input that fails. The others support loading a file from a bytearray (with means utf8 support etc.)

ciros88 commented 7 months ago

2.0.63: 'now playing' window still doesn't handle it.

visualizer also doesn't handle it, but this is for https://github.com/aargirakis/BZRPlayer/issues/380