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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, flox, uis
Date 2010-08-26.16:26:50
SpamBayes Score 0.00091687083
Marked as misclassified No
Message-id <1282840012.04.0.0148644037286.issue9692@psf.upfronthosting.co.za>
In-reply-to
Content
Testing with python 2.5: oDoc.set("ATTR", "ÄÖÜ") uses the encoding used by the source code (with "# -*- coding:";) If I use utf-8 instead, the output is:
   <ROOT ATTR="&#195;&#132;&#195;&#150;&#195;&#156;" />
which contains the numbers of the 3 pairs of surrogates.
History
Date User Action Args
2010-08-26 16:26:52amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, uis, flox
2010-08-26 16:26:52amaury.forgeotdarcsetmessageid: <1282840012.04.0.0148644037286.issue9692@psf.upfronthosting.co.za>
2010-08-26 16:26:50amaury.forgeotdarclinkissue9692 messages
2010-08-26 16:26:50amaury.forgeotdarccreate