Heiko Wundram wrote:

> Most probably, the OP is asking what to do with an UTF-8 encoded string.
> 
> To decode that, just use:
> 
> s.decode("utf-8")
> 
> to get a unicode string object.

Flags in the ID3 tag specify the encoding.  It is not always UTF-8.

        http://www.id3.org/id3v2.4.0-structure.txt

-- 
Erik Max Francis && [EMAIL PROTECTED] && http://www.alcyone.com/max/
San Jose, CA, USA && 37 20 N 121 53 W && AIM erikmaxfrancis
   You are in the music / In the man's car next to me
   -- Sade
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to