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, doerwalter, eric.smith, ezio.melotti, flox, lemburg, vstinner
Date 2010-02-24.10:39:33
SpamBayes Score 0.00044498328
Marked as misclassified No
Message-id <1267007974.74.0.393146059765.issue7649@psf.upfronthosting.co.za>
In-reply-to
Content
> > But why is it necessary to check for chars above 0x7f?
> The Python default encoding has to be ASCII compatible,
Yes, but it is not necessarily as strict.
for example, after I manage to set the default encoding to latin-1,
u"%s" % chr(0x80) works; I suppose %c should do the same.
History
Date User Action Args
2010-02-24 10:39:34amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, lemburg, doerwalter, vstinner, eric.smith, ezio.melotti, flox
2010-02-24 10:39:34amaury.forgeotdarcsetmessageid: <1267007974.74.0.393146059765.issue7649@psf.upfronthosting.co.za>
2010-02-24 10:39:33amaury.forgeotdarclinkissue7649 messages
2010-02-24 10:39:33amaury.forgeotdarccreate