Johannes Bauer wrote:
> Stefan Behnel schrieb:
> 
>>> Can I somehow force Python to generate it anyways?
>> Did you try passing encoding='UTF-8' on serialisation?
> 
> Uhm... nope - how can I do that?

Well, depends on what your code currently does.

Maybe you could use something like

        doc.xmlwrite(..., encoding='UTF-8')

Stefan
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to