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.
I moved 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 in the browser as ' ?' marks like this '??????' ! FYI 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. Has these got anything to do with Tomcat? Please help. 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
