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 eric.araujo
Recipients Claudiu.Popa, belopolsky, eric.araujo
Date 2010-08-25.23:26:23
SpamBayes Score 0.0019972401
Marked as misclassified No
Message-id <1282778784.69.0.798282165068.issue9598@psf.upfronthosting.co.za>
In-reply-to
Content
The builtin open in 3.2 is similar to codecs.open. If you read the error message closely, you’ll see that the decoding that failed did try to use UTF-8.

The cause of the problem here is that the bytes used for the ç in François’ name are not valid UTF-8; I can fix that. This does not change the original purpose of this report: untabify should not die.
History
Date User Action Args
2010-08-25 23:26:24eric.araujosetrecipients: + eric.araujo, belopolsky, Claudiu.Popa
2010-08-25 23:26:24eric.araujosetmessageid: <1282778784.69.0.798282165068.issue9598@psf.upfronthosting.co.za>
2010-08-25 23:26:23eric.araujolinkissue9598 messages
2010-08-25 23:26:23eric.araujocreate