DiNitride / Discord-Music-Status

A Self-Bot program to display your music from Spotify, iTunes, Winamp, and other music players, as your "Playing" status on Discord
72 stars 19 forks source link

py.exe isn't displaying nor Kana/Kanji nor Hangeul. #12

Closed xSnow74 closed 7 years ago

xSnow74 commented 7 years ago

Hi, I tried to play some asian music on Spotify but although titles are correctly fetched by Snip, py.exe appears to be unable to display them correctly

how py.exe wrote them > https://puu.sh/xlGp7/cba25cc26a.png

how they're displayed on snip.txt > https://puu.sh/xlGsn/6b5a017c19.png https://puu.sh/xlGtK/a438f7329e.png

Is there any way to fix that ?

Thanks in advance (and apologize if my english is somehow broken).

xSnow74 commented 7 years ago

Well, should've asked before writing the issue, but seems they're correctly displayed on Discord, that was a bit confusing, case closed i guess.

DiNitride commented 7 years ago

Sick

miawgogo commented 6 years ago

Just noting this as I noticed this with my mpris fork, the reason this doesn't show up in the terminal is that the encoding had been forced to use ASCII instead of UTF-8(Unicode), the default encoding in python 3