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.

作者 r.david.murray
收信人 loewis, pitrou, r.david.murray
日期 2009-12-30.23:30:32
SpamBayes Score 0.0027656443
Marked as misclassified
Message-id <1262215834.16.0.930788579359.issue7606@psf.upfronthosting.co.za>
In-reply-to
内容
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
历史
日期 用户 动作 参数
2009-12-30 23:30:34r.david.murray修改recipients: + r.david.murray, loewis, pitrou
2009-12-30 23:30:34r.david.murray修改messageid: <1262215834.16.0.930788579359.issue7606@psf.upfronthosting.co.za>
2009-12-30 23:30:32r.david.murray链接issue7606 messages
2009-12-30 23:30:32r.david.murray创建