ManHinnn0509 / mp3player.py

MP3 Player with Tkinter in Python
GNU General Public License v3.0
1 stars 0 forks source link

First line missing in lyrics display #7

Closed ManHinnn0509 closed 2 years ago

ManHinnn0509 commented 2 years ago

Still doesn't work even if strip() were used.

Found out it's related to something like \ufeff The heading space is not actually a spacebar but \ufeff

ManHinnn0509 commented 2 years ago

Should be fixed in https://github.com/ManHinnn0509/mp3player.py/commit/c665b162ee4d7fa68d68a57446d485dbe8234bf5

But might still need to work on this