> 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
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
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
"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
4 matches
Mail list logo