From: "Subu" <[EMAIL PROTECTED]>
Subject: RE: i18n support in JSP
Date: Tue, 8 Feb 2000 14:55:30 +0530

> I had actually tried with jswdk1.0 and tomcat 3.1 I had set the encoding
> field(charset=Shift_JIS or MS_Kanji or csShiftJIS) but it does not work.

As I followed up, I only have an experience of gnujsp.
I had a similar problem and in that case I have to set a charset
for java compiler option as well as JSP programs.

> I am pretty unsure how it works with gnujsp but in the above dev. platforms,
> they make a .dat file for the html portion and in the servlet make the
> following entry
> response.setContentType("specified text") which is not enough as the html
> data is in Japanese and should be read according to the char encoding.
> This is not a problem in Japanese Version Operating Systems as here the jvm
> takes the encoding of base O/S.

I have no idea about tomcat and jswdk.
Did you check the result html and java source code from jsp?
How are they?

Kazu

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to