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 neoecos
Recipients Arfrever, BreamoreBoy, benjamin.peterson, doerwalter, georg.brandl, larry, loewis, neoecos, ngrig, pitrou, python-dev, serhiy.storchaka
Date 2013-03-31.22:03:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1364767390.87.0.956919246275.issue17606@psf.upfronthosting.co.za>
In-reply-to
Content
The XMLGenerator character method is unable to detect and encode using the encoding defined in the constructor.

This yields to an UnicodeEncode exception, because always tries to encode using 'ascii' as default in python 2
History
Date User Action Args
2013-03-31 22:03:10neoecossetrecipients: + neoecos, loewis, doerwalter, georg.brandl, ngrig, pitrou, larry, benjamin.peterson, Arfrever, BreamoreBoy, python-dev, serhiy.storchaka
2013-03-31 22:03:10neoecossetmessageid: <1364767390.87.0.956919246275.issue17606@psf.upfronthosting.co.za>
2013-03-31 22:03:10neoecoslinkissue17606 messages
2013-03-31 22:03:10neoecoscreate