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 property file as UTF-8; IIRC they're assuming to contain ISO 8859-1 data.) Dave --- On Mon, 9/1/08, Esteve Camps Chust <[EMAIL PROTECTED]> wrote: > 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 enconded. May you help > me with a > solution? > > Thanks all in advance. > > Esteve --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]