I am working on three standalone
tomcat servers --
First on win2000 , the version of tomact is /4.1.18. I am trying to pass cent ( � ) alt+0162 from
jsp to
servlet but it doesnot pass the cent symbol , it pass some weired symbol which is �. Same application on sun solris , the version of tomact is /4.0.4.,it passes ? instead of cent symbol. Same application on Linux , the version of tomact is /4.0.4.it passes the cent symbol correctly. IS THERE ANY REASON WHY IT IS NOT PASSING THE EXACT RESULT IN THE FIRST AnD SECOND CASE.
Servlet is --
String sProm = req.getParameter("PromotionText");
JSP is --- Promotion Text: <TEXTAREA NAME="PromotionText" ROWS="2" COLS="30" WRAP="VIRTUAL"></TEXTAREA>