Hi

For the first problem, set the broswer encoding as Auto-Select and set the
charset in HttpServletResponse  content
type(response.setContentType("text/html; charset=EUC-JP")). Also set the
charset in HTML page ( <META http-equiv="Content-Type" content="text/html;
charset=EUC-JP"> ).

For the second problem, Chk whether your database encoding matches with the
page charset.

-saravanan

-----Original Message-----
From: A mailing list for discussion about Sun Microsystem's Java Servlet API
Technology. [mailto:[EMAIL PROTECTED]]On Behalf Of Kurelli
Rajshekar
Sent: Thursday, September 19, 2002 10:10 AM
To: [EMAIL PROTECTED]
Subject: Multilingual support in Linux


Dear All,

we are developing a multilingual(in German,Japanese and English)
webportal  using Apache,Tomcat, Servlets and JSP under linux.

The linux system is not supporting the japanese font and the German
font.

The problems faced are

1) While displaying the elements(characters) in the form i have to
change the encoding setting of the browser to display the characters.
2) When storing the characters into the database it is storing all junk
values.. and the same is displayed when retrieved and displayed in the
form.

Please let me if therez any solution to this..

Waiting to hear from you all..


Thanks for your help..


Raj








___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to