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

Reply via email to