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 sgala
Recipients
Date 2007-02-25.11:17:35
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Forgot to say that it happens consistently with 2.4.3, 2.5-svn and svn trunk

Also, some people asks for repr of strings (I guess to reproduce if they can't read the caracters). Those are printed in utf-8:

$python -c "print repr('á %s')"
'\xc3\xa1 %s'
$ python -c "print repr('éi')"
'\xc3\xa9i'
History
Date User Action Args
2007-08-23 14:52:06adminlinkissue1668295 messages
2007-08-23 14:52:06admincreate