artcom-net / mp3-tagger

ID3 data editor
MIT License
35 stars 16 forks source link

encoding error #7

Open mglatz opened 4 years ago

mglatz commented 4 years ago

mp3-tagger seems to lack support of diacritics. I can save string such as "Cesky Rozhlas" to artist, but "Český Rozhlas" throws UnicodeEncodeError: 'latin-1' codec can't encode character

I cant figure out how to convert the string properly to save it

kaecy commented 4 years ago

This is a problem with python and it's rubbish binary encoding.