Quote:
Originally Posted by qlob
Gah... Looks like SoundClouds sends titles as unicode, while the strings I'm using are defaulting to ascii type, so I'm getting errors... time for 
|
Unicode to ASCII conversion could be made with
str.encode, described at the end of
this section of Python Unicode HOWTO. And
kitchen conversion is based on this method too.
Useful
slides about Uncode handling in Python 2.x.