Re: UTF-8 encoding in html form

2004-11-30 Thread Joe Germuska
> Also note that Struts' multipart processing currently is rather clumsy > in handling form encoding. If the request object returns null from > "getCharacterEncoding()", then Struts assumes ISO-8859-1. I was Isn't it Tomcat itself? This is a behaviour per servlets specifications (see page 41 o

Re: UTF-8 encoding in html form

2004-11-30 Thread Guillaume Cottenceau
Joe Germuska writes: [...] > >As far as I know, the most reliable way is to specify > >"accept-charset" as UTF-8 in the of the HTML (w3.org's > >description of this parameter: "This attribute specifies the list > >of character encodings for input data that is accepted by the > >server processin

Re: UTF-8 encoding in html form

2004-11-30 Thread Joe Germuska
At 12:23 PM +0100 11/30/04, Guillaume Cottenceau wrote: "Otto, Frank" writes: Hi, I have a html form. The user can input text in ISO-8859-2 format. After submit the form the characters are wrong. I don't know why. I have set <%@ page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8

Re: UTF-8 encoding in html form

2004-11-30 Thread Guillaume Cottenceau
"Otto, Frank" writes: > Hi, > > I have a html form. The user can input text in ISO-8859-2 format. > > After submit the form the characters are wrong. I don't know why. > > I have set > > <%@ page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> > > and there is a filter (filt