[XML-SIG] converting iso8859-1 to UTF-8

Martin v. Loewis martin@loewis.home.cs.tu-berlin.de
Tue, 26 Sep 2000 01:16:49 +0200


> I'm using python 1.5.2 and pyxml0.5.5.1, I'm encountering a encoding
> problem with 4DOM. I can use
> document.createTextNode(string) with a iso-8859-1 string. However when I
> use xml.dom.ext.Print, everything fails, because the text node is not
> UTF-8 encoded. How can I convert iso-8859-1 strings to UTF-8 ?

Can you give a small example of what exactly you did and what exactly
happened?

Regards,
Martin