ok, thanks to all. I'll try all this solutions.
2008/9/1 Gabriel Belingueres <[EMAIL PROTECTED]>
> encode the response using ISO-8859-1 charset.
>
> 2008/9/1, Esteve Camps Chust <[EMAIL PROTECTED]>:
> > Hi all,
> >
> > I'm having a problem when using getText action method. This method gets a
> >
encode the response using ISO-8859-1 charset.
2008/9/1, Esteve Camps Chust <[EMAIL PROTECTED]>:
> Hi all,
>
> I'm having a problem when using getText action method. This method gets a
> text from package.properties file. Its value is an spanish text, containing
> some encoded chars (for instance,
recipient. Sender does not necessarily endorse content contained within this
transmission. > Date: Mon, 1 Sep 2008 06:34:43 -0700> From: [EMAIL PROTECTED]>
Subject: Re: geText from Action encodes html entities> To:
user@struts.apache.org> > Wouldn't a property file norm
Use native2ascii to encode your package.properties file.
--- On Mon, 9/1/08, Esteve Camps Chust <[EMAIL PROTECTED]> wrote:
> From: Esteve Camps Chust <[EMAIL PROTECTED]>
> Subject: geText from Action encodes html entities
> To: user@struts.apache.org
> Date: Monday, Se
Wouldn't a property file normally contain an escaped unicode value for "ó"?
That aside--is getText() itself doing the escaping, or is it being escaped on
the JSP side through a property tag? (I don't remember if getText escapes; I
didn't think that it did.)
(I'm also not sure about encoding a p
Hi all,
I'm having a problem when using getText action method. This method gets a
text from package.properties file. Its value is an spanish text, containing
some encoded chars (for instance, estación, for 'estación'). When
displaying this I get 'estaci&on.
My package.properties files is UTF-8 en
6 matches
Mail list logo