Re: [OT] Character Encoding

2003-09-05 Thread Jason Lea
Yann Lebreton wrote: As part of localizing a site, I'm trying to set the content type of the response. Now I now I can do this within the JSP (<%@ page contentType="text/html; charset=UTF-8" %> ). But I'd rather do this globally. I found out that you can set this as a parameter of the controller

Re: [OT] Character Encoding

2003-09-05 Thread Jason Lea
using the default JVM's encoding. -Original Message- From: José Gustavo Zagato [mailto:[EMAIL PROTECTED] Sent: Friday, September 05, 2003 9:53 AM To: 'Struts Users Mailing List' Subject: RE: [OT] Character Encoding Hey Yann Lebreton ! I have the same doubt as you, but

RE: [OT] Character Encoding

2003-09-05 Thread Yann Lebreton
o: 'Struts Users Mailing List' Subject: RE: [OT] Character Encoding Hey Yann Lebreton ! I have the same doubt as you, but for time constraints we decide to use the encode at the JSP. I have some questions about Internationalizations and maybe you / someone else could

RE: [OT] Character Encoding

2003-09-05 Thread José Gustavo Zagato
agato Rosa System Analyst - Atos Origin [EMAIL PROTECTED] -Original Message- From: Yann Lebreton [mailto:[EMAIL PROTECTED] Sent: sexta-feira, 5 de setembro de 2003 13:46 To: [EMAIL PROTECTED] Subject: [OT] Character Encoding As part of localizing a site, I'm trying to set the cont

[OT] Character Encoding

2003-09-05 Thread Yann Lebreton
As part of localizing a site, I'm trying to set the content type of the response. Now I now I can do this within the JSP (<%@ page contentType="text/html; charset=UTF-8" %> ). But I'd rather do this globally. I found out that you can set this as a parameter of the controller in struts. This wou