Re: error using XML serializer with unicode data

2007-04-12 Thread Saik
But i have no problem with json serializing (the ticket is about that), what is the correct way in this case? do i add my problem with xml serialize in that ticket? or do i have to open a new one? thx for the info, im a bit lost... regards, Saik. On 12 abr, 02:36, "Russell Keith-Magee&quo

error using XML serializer with unicode data

2007-04-11 Thread Saik
179 self.stream.write(data) 180 UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 54: ordinal not in range(128) -- I'm using version from svn (rev. 4997) and the default charset, utf-8. I couldn't find any post about that...