Hi all

I have a jsp application running on Tomcat 3.3.1 in one linux machine.
( Machine1)
This jsp app uses Internationalization to deal with the Japanese language.
The backend db used is mysql and I frequently insert, update and retireve
japanese data to/from the db.

Today I deployed the application in another linux machine running Tomcat
3.2.3 (which is actually my Client's server)( Machine2)

To my horror I discovered that all the japanese data stored in the db are now
displayed as ' ?' marks like this '??????' !

The db is the same one in Machine1.
Only the app has been moved to Machine2

The problem is seen only with japanese data retrieved from the db.
The japanese words from the resourcebundle are displayed perfectly.

If I have not made myself clear please do tell me so.
Can somebody please explain whats going on here?
I am at my wits end.

Thank you
Deepak

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

Reply via email to