Re: confiugure Lang in Tomcat

2009-04-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bruno, On 4/7/2009 11:13 AM, brunobau wrote: > I found the solution. > just configured the jsp with: text/html; charset=iso-8859-1 Note that the default content type is "text/html; charset=it0-8859-1", so you haven't actually changed anything, unless

RE: confiugure Lang in Tomcat

2009-04-07 Thread Caldarale, Charles R
> From: brunobau [mailto:barbalall...@yahoo.it] > Subject: confiugure Lang in Tomcat > > I'm trying to set the Lang It (italian), in order so view the special > character (like ò,à,è) correctly in the jsp. Try looking at this: http://wiki.apache.org/tomcat/FAQ/CharacterEncoding If that doesn't a

Re: confiugure Lang in Tomcat

2009-04-07 Thread brunobau
I found the solution. just configured the jsp with: text/html; charset=iso-8859-1 brunobau wrote: > > Hi all, > I've installed and configured tomcat under xampp with os Win. > I'm trying to set the Lang It (italian), in order so view the special > character (like ò,à,è) correctly in the jsp.