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 r.david.murray
Recipients loewis, pitrou, r.david.murray
Date 2009-12-30.23:30:32
SpamBayes Score 0.0027656443
Marked as misclassified No
Message-id <1262215834.16.0.930788579359.issue7606@psf.upfronthosting.co.za>
In-reply-to
Content
A little googling came up with this page:

http://publib.boulder.ibm.com/infocenter/tivihelp/v2r1/topic/com.ibm.itame.doc/am61_webseal_admin570.htm

Their solution is to uri encode the UTF8 encoded data.

However, this article references the RFCs, which look like they call for
rfc2047 (MIME) encoded words:

http://stackoverflow.com/questions/324470/http-headers-encoding-decoding-in-java
History
Date User Action Args
2009-12-30 23:30:34r.david.murraysetrecipients: + r.david.murray, loewis, pitrou
2009-12-30 23:30:34r.david.murraysetmessageid: <1262215834.16.0.930788579359.issue7606@psf.upfronthosting.co.za>
2009-12-30 23:30:32r.david.murraylinkissue7606 messages
2009-12-30 23:30:32r.david.murraycreate