[issue1290] xml.dom.minidom not able to handle utf-8 data

Raghuram Devarakonda report at bugs.python.org
Thu Oct 18 22:44:24 CEST 2007


Raghuram Devarakonda added the comment:

I forgot to show dom.py source.

marvin:cpython$ cat dom.py 
import xml.dom.minidom as dom
data = open('testdata.txt','r').read()
mydom = dom.parseString(data)
mydom.firstChild.childNodes

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1290>
__________________________________


More information about the Python-bugs-list mailing list