> From: Tsui, Alban [mailto:[EMAIL PROTECTED]]
> 
> 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?

I'm just saying that encoding is supported by xsp-request tag library. I
did not try Unicode in the forms. 


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

http://xml.apache.org/cocoon/userdocs/xsp/request.html
It may be incomplete. You may also check source code - it's always *the*
documentation (request.xsl in cocoon.jar). If you find any
incompleteness or errors in docs - patches are always very welcome.

Vadim


> > -----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]>



---------------------------------------------------------------------
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