Re: POST encoding problem

2006-06-27 Thread Jeroen Reijn
Hi Mark, in the web.xml of cocoon you can set the form-encoding form-encoding utf8 What does it look like? Regards, Reijn Mark Lundquist wrote: Hi all, I'm using Cocoon 2.1.8 w/ Jetty, and I'm having a problem with a character submitted in a form textarea. The user

POST encoding problem

2006-06-23 Thread Mark Lundquist
Hi all, I'm using Cocoon 2.1.8 w/ Jetty, and I'm having a problem with a character submitted in a form textarea. The user enters some text containing the '®' (registered sign) character. Mozilla LiveHTTPHeaders shows this on the wire as %C2%AE, which is the correct UTF-8 representation. However