> From: André Warnier [mailto:[email protected]] 
> 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to