I resolved the problem by explicitly setting the character encoding to
iso-8859-1 for the
HTML-Formatter in cocoon.properties. The default encoding scheme has
obviously changed in version 1.8.3-devel
Thanks anyway.
Juergen Sonnauer
Am Samstag, 28. Juli 2001 um 17:50 schrieb Uli Mayring:
> On Sat, 28 Jul 2001 [EMAIL PROTECTED]
> (=?iso-8859-1?Q?J=FCrgen_Sonnauer?=) wrote:
>
>> Hi!
>>
>> i was using Cocoon 1.8.2 and want to use the improvements
>> from 1.8.3-dev. After building the java archive from a recent
>> development snapshot, i have a problem with special characters
>> in request parameters.
>> If you could try out the following XSP page and type "Jürgen"
>> in the text input field you get something like this:
>> http://localhost:8080/cocoon/DumpRequestParameter.xml?test=J%C3%BCrgen
>> What i'm doing wrong?
>
> The parameter is url-encoded, you need to read it out with
> URLDecoder.decode
>
> Ulrich
>
> --
> Ulrich Mayring
> DENIC eG, Softwareentwicklung
>
>
> ---------------------------------------------------------------------
> 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]>