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 vstinner
Recipients Drekin, benjamin.peterson, brett.cannon, eric.araujo, georg.brandl, gvanrossum, ncoghlan, pitrou, steve.dower, tshepang, vstinner
Date 2014-08-30.07:59:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwZcbcFfkJorK-GdbiV0+SEyjjmm3u1F9sv7x3M5SaQ_jw@mail.gmail.com>
In-reply-to <1409353067.03.0.467496982955.issue17620@psf.upfronthosting.co.za>
Content
The Python parser works well with UTF8. If you know the encoding, decode
from your encoding and encode to UTF8. You should pass the UTF8 flag to the
parser.
History
Date User Action Args
2014-08-30 07:59:55vstinnersetrecipients: + vstinner, gvanrossum, brett.cannon, georg.brandl, ncoghlan, pitrou, benjamin.peterson, eric.araujo, tshepang, Drekin, steve.dower
2014-08-30 07:59:55vstinnerlinkissue17620 messages
2014-08-30 07:59:55vstinnercreate