Reported bug with utf-8 strings
[be.git] / .be / bugs / e4ed63f6-9000-4d0b-98c3-487269140141 / comments / faa686bf-c0eb-48bf-8a0b-d9a2e02bd132 / body
1 Isolated problem to:
2
3 python -c 'from xml.etree import ElementTree; a=u"<body>\u1234</body>"; print type(a), a; b=ElementTree.XML(a);'
4
5 Output attached below