Stefan Behnel schrieb:
> 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')

Yay! Does the trick, thanks a lot!

Kind regards,
Johannes

-- 
"Meine Gegenklage gegen dich lautet dann auf bewusste Verlogenheit,
verlästerung von Gott, Bibel und mir und bewusster Blasphemie."
         -- Prophet und Visionär Hans Joss aka HJP in de.sci.physik
                         <48d8bf1d$0$7510$54022...@news.sunrise.ch>
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to