Re: [S2] UTF-8

2007-07-13 Thread Laurie Harper
Perssy Llamosas wrote: ... <%@ page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" %> ... The files (.java .jsp .???) MUST be saved as UTF-8 or the characters won't display correctly. To clarify, page encoding of JSPs is a separate issue. The only requirement here is that the pag

Re: [S2] UTF-8

2007-07-13 Thread Perssy Llamosas
This is more a jsp/servlets/tomcat problem. There is a variable that controls character encoding in Struts2, it defaults to UTF-8 but I am not sure of when it is used by struts, I think it's for .properties reading. In struts.properties: struts.i18n.encoding=UTF-8 First you need to tell the tom

Re: [S2] UTF-8

2007-07-13 Thread Morten
Hi Perssy What do you mean by Page Header? Just curious. Working with some of the same things. Best regards, Morten "Perssy Llamosas" <[EMAIL PROTECTED]> skrev i en meddelelse news:[EMAIL PROTECTED] > Solved it on my own. > > The page header requires to be in utf-8 too, it is not enough to hav

Re: [S2] UTF-8

2007-07-12 Thread Perssy Llamosas
Solved it on my own. The page header requires to be in utf-8 too, it is not enough to have the page encoding in jsp to utf-8. Without that line IE returns ascii while firefox returns utf-8. Perssy Llamosas wrote: Hello, I am trying to make struts read my requests as UTF-8, so far I have con

[S2] UTF-8

2007-07-12 Thread Perssy Llamosas
Hello, I am trying to make struts read my requests as UTF-8, so far I have configured Tomcat connector to uriencode in utf-8 but my struts beans still receive "?" strings. What am I missing? Perssy Llamosas - To unsubscribe,

Re: [S2] UTF-8 woes

2007-05-08 Thread meeboo
RE- > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/-S2--UTF-8-woes-tf3688315.html

Re: [S2] UTF-8 woes

2007-05-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 meeboo, meeboo wrote: > But that other poster was using Struts 1! Also, I am already using > > Has anyone had luck using for example å ä ö in S2 ? What is the character set actually being used by the request and the response? Just because you have

Re: [S2] UTF-8 woes

2007-05-03 Thread meeboo
OViTNxlRbVB9jH+/COAJ9bRghJ > Gf3FpAnWCwY9yquHPPsKLw== > =S2nd > -----END PGP SIGNATURE- > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- Vie

Re: [S2] UTF-8 woes

2007-05-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 meeboo, It's amazing to me that people not only don't read the archives, but they also don't read the messages posted on the same day or even in the /same hour/. :( - -chris meeboo wrote: > Hey all > > I am trying to submit form data with UTF-8 cha

Re: [S2] UTF-8 woes

2007-05-03 Thread Cristian Lucero
anks! -- View this message in context: http://www.nabble.com/-S2--UTF-8-woes-tf3688315.html#a10311092 Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Cristian Lucero

[S2] UTF-8 woes

2007-05-03 Thread meeboo
oming UTF-8 strings. I am using this content type declaration. <%@ page contentType="text/html; charset=ISO-8859-15" %> I also used <%@ page pageEncoding="UTF-8" %> but to no avail. Help! Thanks! -- View this message in context: http://www.nabble.com/-S2--UTF