RE: How to set a charset

2006-01-09 Thread Caldarale, Charles R
> From: Stephen Caine [mailto:[EMAIL PROTECTED] > Subject: How to set a charset > > We have tracked down the cause of our encoding problem to an > apparent bug in the Jakarta Response Tag Library. > > By the way, this library has been deprecated, do you know what >

How to set a charset

2006-01-07 Thread Stephen Caine
Chuck, We have tracked down the cause of our encoding problem to an apparent bug in the Jakarta Response Tag Library. Apparently setting the HTTP Header Content Type to: text/html; charset=UTF-8 is parsed as text/html;charset=UTF-8 The elimination of the space is the killer. The specif

RE: How to set a charset

2006-01-07 Thread Caldarale, Charles R
> From: Stephen Caine [mailto:[EMAIL PROTECTED] > Subject: Re: How to set a charset > > We are using JSP's. The data is coming from a database and the > storage format is MacRoman. The database displays the characters > correctly. I'm not concerned with the so

Re: How to set a charset

2006-01-07 Thread Mauro Bertapelle
Stephen, assuming you are running Tomcat in a unix/linux environment, try to set the locale environment in the shell script that start tomcat. Something like this: LC_CTYPE=en_GB.UTF-8 Mauro -- Stephen Caine wrote: My problem is that I need for my browser to display characters using the U

Re: How to set a charset

2006-01-07 Thread Stephen Caine
Chuck, My problem is that I need for my browser to display characters using the UTF-8 character set. In other words, characters such as, "é, ü" are displayed as garbage. This is a frequent topic in the mailing list; have you checked the archives? Try: http://marc.theaimsgroup.com/?l

RE: How to set a charset

2006-01-07 Thread Caldarale, Charles R
> From: Stephen Caine [mailto:[EMAIL PROTECTED] > Subject: How to set a charset > > My problem is that I need for my browser to display characters using > the UTF-8 character set. In other words, characters such as, "é, ü" > are displayed as garbage. This is a f

How to set a charset

2006-01-07 Thread Stephen Caine
Before I begin, I am trying to create a new topic, not hijacking an existing thread. My problem is that I need for my browser to display characters using the UTF-8 character set. In other words, characters such as, "é, ü" are displayed as garbage. I have tried to edit the web.xml file an