RE: tomcat 5 and UTF-8 encoding

2004-12-07 Thread Shapira, Yoav
t Users List >Subject: RE: tomcat 5 and UTF-8 encoding > >someone else had a similar issue with hebrew and you can read what happened >here: > >http://issues.apache.org/bugzilla/show_bug.cgi?id=32500 > >Allistair. > >> -Original Message- >> From: Peter Joh

RE: tomcat 5 and UTF-8 encoding

2004-12-07 Thread Allistair Crossley
gt; Subject: Re: tomcat 5 and UTF-8 encoding > > > Sarah, > > I recall a post a week or so ago regarding the contentType > string losing > the space after the ; > > This may be causing the issue. > > PJ > > Sarah wrote: > > >Hi, > > I

Re: tomcat 5 and UTF-8 encoding

2004-12-06 Thread Peter Johnson
Sarah, I recall a post a week or so ago regarding the contentType string losing the space after the ; This may be causing the issue. PJ Sarah wrote: Hi, I need to use jsp to display some data in Japanese character from MS SQL server database. I have already set the encoding in jsp to be: <%@

tomcat 5 and UTF-8 encoding

2004-12-06 Thread Sarah
Hi, I need to use jsp to display some data in Japanese character from MS SQL server database. I have already set the encoding in jsp to be: <%@ page language="java" contentType="text/html; charset=UTF-8" %> If I use tomcat version 5.0.18, then the japanese character is displayed correctl