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 zarxos
Recipients
Date 2003-08-14.01:07:54
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Whenever I use any of the decode methods in the codecs
package, or use a string's encode or decode method, I
get the error: UnicodeDecodeError: 'ascii' codec can't
decode byte 0x88 in position 0: ordinal not in
range(128). That character it's referring to is a ê (e
with circonflex if you can't see it for whatever
reason). I don't know why this is happening, and I've
tried a dozen different ways to try and get it to work.
Please fix this horrible bug! I can't decode any files! 
History
Date User Action Args
2007-08-23 14:16:03adminlinkissue788457 messages
2007-08-23 14:16:03admincreate