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 ezio.melotti
Recipients ezio.melotti, jvanpraag
Date 2010-06-30.22:29:12
SpamBayes Score 0.31196234
Marked as misclassified No
Message-id <1277936955.22.0.824130437647.issue9126@psf.upfronthosting.co.za>
In-reply-to
Content
The problem is not in the reading part, but in the print().
Since the default encoding of your terminal is cp437 and cp437 is not able to encode the "bad character" (U+2019 RIGHT SINGLE QUOTATION MARK), an error is raised.
History
Date User Action Args
2010-06-30 22:29:15ezio.melottisetrecipients: + ezio.melotti, jvanpraag
2010-06-30 22:29:15ezio.melottisetmessageid: <1277936955.22.0.824130437647.issue9126@psf.upfronthosting.co.za>
2010-06-30 22:29:12ezio.melottilinkissue9126 messages
2010-06-30 22:29:12ezio.melotticreate