quick unicode Q

Erik Max Francis max at alcyone.com
Wed Dec 14 19:54:44 EST 2005


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 && max at alcyone.com && 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



More information about the Python-list mailing list