[Python-bugs-list] [ python-Bugs-788457 ] Cannot decode/encode anything!

SourceForge.net noreply at sourceforge.net
Wed Aug 13 19:07:54 EDT 2003


Bugs item #788457, was opened at 2003-08-13 18:07
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=788457&group_id=5470

Category: Python Interpreter Core
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Joe Smith (zarxos)
Assigned to: Nobody/Anonymous (nobody)
Summary: Cannot decode/encode anything!

Initial Comment:
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! 

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=788457&group_id=5470



More information about the Python-bugs-list mailing list