r0man / soundklaus.el

Play music on SoundCloud with Emacs via EMMS
GNU General Public License v3.0
42 stars 5 forks source link

encoding messed up in soundklaus-tracks #6

Closed unhammer closed 8 years ago

unhammer commented 8 years ago

Try searching for e.g. "Thåström", you'll get "ThÃ¥ström", almost as if utf-8 input were treated as latin1:

$ echo 'Thåstrøm'|iconv -f iso-8859-1 -t utf-8
Thåstrøm
r0man commented 8 years ago

Patch welcome!