Return-Path: Mailing-List: contact commons-httpclient-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list commons-httpclient-dev@jakarta.apache.org Received: (qmail 31823 invoked from network); 14 Jul 2003 12:27:58 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 14 Jul 2003 12:27:58 -0000 Received: (qmail 21567 invoked by uid 50); 14 Jul 2003 12:30:27 -0000 Date: 14 Jul 2003 12:30:27 -0000 Message-ID: <20030714123027.21566.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: commons-httpclient-dev@jakarta.apache.org Cc: Subject: DO NOT REPLY [Bug 20481] - HttpClient does not properly handle 'application/x-www-form-urlencoded' encoding X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20481 HttpClient does not properly handle 'application/x-www-form-urlencoded' encoding ------- Additional Comments From rolweber@de.ibm.com 2003-07-14 12:30 ------- Just to avoid confusion: UTF-8 is backward-compatible with US-ASCII, that is 7 bit ISO-Latin only. They need the 8th bit to switch to multi-byte character encodings.