Is it possible to set "Action encoding" somewhere ? You can set serializers
encoding by adding <encoding>iso-8859-1</encodng>. But for Actions I don't
know. OK, change the sitemap's encoding from utf-8 to iso-8859-1 too and try
again, this may help. This encoding fits your characters. When you post,
which encoding is in the html source ? If it is utf-8, changing the
serializers' encoding will solve it. So happy encoding... I stumbled on this
too. It seems not to be clear enough in the docs...?

Babs
----- Original Message -----
From: "Kenneth Roper" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, September 18, 2002 12:13 PM
Subject: Umlauts in cocoon 2.0.2


Hi

I'm trying to set up my cocoon application to handle strings with
Umlauts in (e.g. "ÄäÖöÜüß").  I'm using Cocoon 2.0.2.

Any string with an umlaut was being mangled between posting from the
browser, and appearing in my variable in an action when I used the
command:

String mangled= myCocoonRequest.getParameter(name);

The string I get from mangled is: "ÄäÖöÜüß", whereas it should
be: "ÄäÖöÜüß".

I've left all of cocoon's character encoding settings on the defaults.
Does anyone know what I'm doing wrong?

Thanks.
Kenneth



---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.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/faq/index.html>

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

Reply via email to