This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients eli.bendersky, serhiy.storchaka
Date 2013-01-17.16:54:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1358441659.05.0.359191214505.issue16986@psf.upfronthosting.co.za>
In-reply-to
Content
>>> import xml.etree.ElementTree
>>> data = '<?xml version="1.0" encoding="iso-8859-1"?>\n<money value="$\xa3\u20ac\U0001017b">$\xa3\u20ac\U0001017b</money>'
>>> xml.etree.ElementTree.tostring(xml.etree.ElementTree.fromstring(data), 'unicode')
'<money value="$£â\x82¬ð\x90\x85»">$£â\x82¬ð\x90\x85»</money>'
History
Date User Action Args
2013-01-17 16:54:19serhiy.storchakasetrecipients: + serhiy.storchaka, eli.bendersky
2013-01-17 16:54:19serhiy.storchakasetmessageid: <1358441659.05.0.359191214505.issue16986@psf.upfronthosting.co.za>
2013-01-17 16:54:18serhiy.storchakalinkissue16986 messages
2013-01-17 16:54:18serhiy.storchakacreate