> From: André Warnier [mailto:a...@ice-sa.com] 
> Subject: Re: Issue in sending Request/response http headers 
> containing Japanesecharateres
> 
> > java.net.URLEncoder.encode(text, "ASCII")
> > You'll get a string like 
> > "foobar%45%67%65%43%45%45%78%69...".
>
> Yes, but in my humble opinion you would be, as they say, 
> "cruising for a bruise".

That's "cruisin' for a bruisin'", to be precise.

I think Chris meant:
    java.net.URLEncoder.encode(text, "UTF-8")
which is what W3C recommends.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to