> Peter Sparkes wrote: > > The problem turned out to be in web.xml > > I amended > > <param-name>form-encoding</param-name> > > <param-value>ISO-8859-1</param-value> > > To > > <param-name>form-encoding</param-name> > > <param-value>UTF-8</param-value> > > and now everything is in UTF-8 and works properly > > Just a word of caution: make sure you test your forms on every > possible web browser. > I've had trouble with this setting in the past.
Our enterprise product which heavily uses Cforms and cocoon has the form-encoding set to UTF-8 which works for us quite well :-) Gabriel
