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