Re: Problem displaying Shift-JIS Japanese in Tomcat 4

2002-02-05 Thread Joel Rees
- From: "Antony Stace" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, February 05, 2002 4:57 PM Subject: Problem displaying Shift-JIS Japanese in Tomcat 4 Hi I have a very simply jsp page. It has こんにちは in shift-jis format in it. However when I display this

Re: Problem displaying Shift-JIS Japanese in Tomcat 4

2002-02-05 Thread Antony Stace
Hi Joel On Tue, 5 Feb 2002 18:34:56 +0900 Joel Rees [EMAIL PROTECTED] wrote: We're using Tomcat 3.2 and 3.3 with no problems. (Java SDK 1.3/MSW2k.pfleugh) I don't recall doing anything special in the setup, but I'll check it. Are you sure it's not your browser? Some older browsers did

Re: Problem displaying Shift-JIS Japanese in Tomcat 4

2002-02-05 Thread Antony Stace
On Tue, 5 Feb 2002 18:34:56 +0900 Joel Rees [EMAIL PROTECTED] wrote: We're using Tomcat 3.2 and 3.3 with no problems. (Java SDK 1.3/MSW2k.pfleugh) I don't recall doing anything special in the setup, but I'll check it. Are you sure it's not your browser? Some older browsers did not

Re: Problem displaying Shift-JIS Japanese in Tomcat 4

2002-02-05 Thread Joel Rees
I worked out the problem. I was using jikes to compile the jsp files in Tomcat. It seems that jikes does not support Japanese Characters. That's useful to know. Oh, since you asked, we do most of our work in shift-jis. I expect to see Unicode gradually become more popular in the next

Re: Problem displaying Shift-JIS Japanese in Tomcat 4

2002-02-05 Thread Galbayar
" [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, February 05, 2002 17:34 Subject: Re: Problem displaying Shift-JIS Japanese in Tomcat 4 We're using Tomcat 3.2 and 3.3 with no problems. (Java SDK 1.3/MSW2k.pfleugh) I don't recall doing anything special in the setup, but I'll check i

Re: Problem displaying Shift-JIS Japanese in Tomcat 4

2002-02-05 Thread Antony Stace
s causing the problem. Cheers Tony - Original Message - From: "Joel Rees" [EMAIL PROTECTED] To: "Tomcat Users List" [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, February 05, 2002 17:34 Subject: Re: Problem displaying Shift-JIS Japanese in

Problem displaying Shift-JIS Japanese in Tomcat 4

2002-02-04 Thread Antony Stace
Hi I have a very simply jsp page. It has こんにちは in shift-jis format in it. However when I display this page I get garbage where こんいちは is. Is there any configuration that I need to do to enable Japanese characters to be displayed. At the top of the file I have