Suppose I have a list of 4 songs (basically, in real life I don't know how many songs I have and how are they encoded):
- OST Ходячий замок Хаула – Вальс "Карусель жизни"
- Fäaschtbänkler – 22 Genres
- Röyksopp – Running to the Sea (feat. Susanne Sundfor)
- Omega – GyöngyhajúLány
These songs contain
- Russian letters
- ö, ä, ú
And this is example is far not the worst from what you might find in other cases
Basically, I need one encoding to rule them all, which one do I choose or how do I make it work in an other way?
UPD: Here is what I found on the site with this music
<meta http-equiv="content-type" content="text/html; charset=windows-1251">
Solution
I solved it by downloading win_unicode_console Still don't know how to do that in native python