)
>
> The problem is because XML uses settings.DEFAULT_CHARSET of 'utf-8',
> which is the standard XML character set. You will need to change this
> to 'utf-16', I think.
> So, in your settings file, add the line:
> DEFAULT_CHARSET='utf-16'
>
> -rob
>
>
f.errors)
179 self.stream.write(data)
180
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position
54: ordinal not in range(128)
--
I couldn't found any post about that...
Any idea? Im a real noob in unicode things.
Thx a lot in advance,
Saik