Hi,
> You may have ISO-8859-1 set to JSP response.
I don't use JSP, I'm using Facelets. But I give it a try and changed the XML
encoding. But it doesn't help.
As soon as I submit the form, the characters will be converted.
Why does this happens with IE and not with FF?
Ah, I forgot to mention that form is partially submitted with a
<tr:commandLink "partialSubmit=true">.
--
Regards,
Mathias
> Instead, please use UTF-8, like
> <jsp:directive.page contentType="text/html;charset=UTF-8"/>
> Hope this helps
> Kenneth
>
> Mathias Walter wrote:
> > Hi,
> >
> > I've some trouble with special characters (i. e. german umlauts) and
> > tr:inputText. With IE 6, the characters will be converted
> to some unreadable
> > two-byte codes, but with FF2 it works well.
> >
> > I'm using Trinidad 1.2.7, Sun JSF RI 1.2 and Facelets.
> > The head of the rendered page is
> >
> > <?xml version="1.0" encoding="ISO-8859-1" ?>
> > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
> > "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" >
> >
> > How can I fix this?
> >
> > --
> > Kind regards,
> > Mathias
> >
> >
|