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 benjamin.peterson
Recipients benjamin.peterson, christoph
Date 2008-03-30.23:21:24
SpamBayes Score 0.43874794
Marked as misclassified No
Message-id <1206919286.33.0.863704528492.issue2517@psf.upfronthosting.co.za>
In-reply-to
Content
That is because Python encodes it's error messages as ASCII by default,
and "ü" is not in ASCII. You can fix this by using "print
unicode_msg.encode("utf-8")" or something similar.
History
Date User Action Args
2008-03-30 23:21:26benjamin.petersonsetspambayes_score: 0.438748 -> 0.43874794
recipients: + benjamin.peterson, christoph
2008-03-30 23:21:26benjamin.petersonsetspambayes_score: 0.438748 -> 0.438748
messageid: <1206919286.33.0.863704528492.issue2517@psf.upfronthosting.co.za>
2008-03-30 23:21:25benjamin.petersonlinkissue2517 messages
2008-03-30 23:21:25benjamin.petersoncreate