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 pitrou
Recipients PeterL, ezio.melotti, pitrou
Date 2010-05-30.19:13:22
SpamBayes Score 0.07225086
Marked as misclassified No
Message-id <1275246804.33.0.630242985133.issue8859@psf.upfronthosting.co.za>
In-reply-to
Content
What do you mean, "works perfectly well under Linux"?
The error also happens under Linux here, and is expected: you can't call unicode() without an encoding and expect it to decode properly non-ASCII chars (and \xa0 is a non-ASCII char).
History
Date User Action Args
2010-05-30 19:13:24pitrousetrecipients: + pitrou, ezio.melotti, PeterL
2010-05-30 19:13:24pitrousetmessageid: <1275246804.33.0.630242985133.issue8859@psf.upfronthosting.co.za>
2010-05-30 19:13:22pitroulinkissue8859 messages
2010-05-30 19:13:22pitroucreate