pyexpat and unicode

mallum breakfast at 10.am
Mon Dec 17 17:48:08 EST 2001


on Mon, Dec 17, 2001 at 02:25:03PM -0800, Brian Quinlan wrote:
> 
> to have? Unicode objects, like strings, are immutable. What you probably
> meant is:
> 
> data_uni = data_uni.encode('utf8')
> 
Looks like I was doing something stupid and missing the obvious :)

Many thanks for the help;

  -- mallum




More information about the Python-list mailing list