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 jhylton
Recipients cober, jhylton
Date 2009-03-27.20:22:45
SpamBayes Score 4.8034264e-07
Marked as misclassified No
Message-id <1238185368.04.0.558996684668.issue5314@psf.upfronthosting.co.za>
In-reply-to
Content
Ok.  Discovered that RFC 2616 says that iso-8859-1 is the default
charset, so I will use that to encode strings instead of ascii.  If you
want utf-8, you could encode the string yourself before calling
request().  Presumably, you should also add a content-type that explains
the charset.  I'll clarified this in the docs.
History
Date User Action Args
2009-03-27 20:22:48jhyltonsetrecipients: + jhylton, cober
2009-03-27 20:22:48jhyltonsetmessageid: <1238185368.04.0.558996684668.issue5314@psf.upfronthosting.co.za>
2009-03-27 20:22:46jhyltonlinkissue5314 messages
2009-03-27 20:22:46jhyltoncreate