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

unhandled whitespace in id3 tag #390

Closed ciros88 closed 10 months ago

ciros88 commented 1 year ago

id3.copyright field of the attached mp3 is "© 1995 PushButton Labs" but it is rendered in bzr2 (and also bzr1) with unknown char as first whitespace. i've copied it directly from the binary and pasted here: https://qaz.wtf/u/show.cgi and seems a normal ascii 0x20 whitespace. in fact, other software (players or id3 tag editors) handle it correctly

TIM3_06_progressive.zip

aargirakis commented 1 year ago

It's the "©" that's not rendered correctly. I added "Copyright ©" manually before the copyright data but I removed that now. I'll try to fix that ©-character.