I am still a bit confused. Does that mean we can directly put unicode
characters in url and the browser will convert/escape it into the right
format? Then on the receiving end, I can unescape it and convert those
unicode characters back correctly in Java String? 

Any where I can get hold of the xsp-request documentation?

> -----Original Message-----
> From: Vadim Gritsenko [mailto:[EMAIL PROTECTED]]
> Sent: 29 January 2002 16:47
> To: [EMAIL PROTECTED]
> Subject: RE: url & unicode
> 
> 
> > From: Tsui, Alban [mailto:[EMAIL PROTECTED]]
> > 
> > Hi
> > 
> > I am using the request logicsheet to get values from the 
> URL. however,
> I
> > need to pass in some unicode string (for chinese, japanese 
> etc.) from
> the
> > URL... and I don't konw how to do it?!! Will the request logicsheet
> convert
> > the string properly into Java String (which is unicode based)?
> 
> Use xsp-request:get-parameter with attributes:
>       form-encoding
>       container-encoding
> Default value for container-encoding is ISO-8859-1.
> 
> If it does not work for HTTP GET, try HTTP POST.
> 
> Vadim
> 
> 
> ---------------------------------------------------------------------
> Please check that your question has not already been answered in the
> FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
> 
> To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> For additional commands, e-mail: <[EMAIL PROTECTED]>
> 

This message may contain privileged and/or confidential information.  If you
have received this e-mail in error or are not the intended recipient, you
may not use, copy, disseminate or distribute it; do not open any
attachments, delete it immediately from your system and notify the sender
promptly by e-mail that you have done so.  Thank you.

---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>

Reply via email to