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 flox
Recipients benjamin.peterson, flox, methane, vstinner
Date 2010-10-04.13:56:48
SpamBayes Score 4.746837e-08
Marked as misclassified No
Message-id <1286200612.06.0.508401862722.issue7768@psf.upfronthosting.co.za>
In-reply-to
Content
annoying stuff, indeed...

$ python -c 'print u"La cl\xe9: "'
La clé: 

$ python -c 'raw_input(u"La cl\xe9: ")'
Traceback (most recent call last):
  File "<string>", line 1, in <module>
UnicodeEncodeError: 'ascii' codec can't encode character u'\xe9' in position 5: ordinal not in range(128)
History
Date User Action Args
2010-10-04 13:56:52floxsetrecipients: + flox, vstinner, benjamin.peterson, methane
2010-10-04 13:56:52floxsetmessageid: <1286200612.06.0.508401862722.issue7768@psf.upfronthosting.co.za>
2010-10-04 13:56:49floxlinkissue7768 messages
2010-10-04 13:56:48floxcreate