Hi Gang,
I am doing the chinese cut and paste properly. Only that while putting =
it
here into this mail there was some problem.
OK. Now I shall put the actual pages as in unicode into this mail.
My first page looks like:
<BODY>
<form name=frm1 action="page2.jsp" method=POST>
<Select name=sel1>
<option value=1>Õˆßx“ñ‡ø¼Ò</option>
<option value=2>ëŠà]Ó†é†</option>
</select><br>
<input type=submit value=submit>
</form>
</BODY>

And the second page looks like:
<BODY>
this is a chinese output:
<br>
<%if("1".equals(request.getParameter("sel1")))
out.println("Õˆßx“ñ‡ø¼Ò");%>
<%out.println("hi from partha");%>
</BODY>
</HTML>

Hope you are getting the chinese now. My problem is whenever there is a
chinese character going into the tomcat as part of a jsp, tomcat is not
parsing the jsp tags and is outputting it as it is.
Hope somebody can give some light.
Thanks
Regards,
Partha

-----Original Message-----
From: Gang Zhang [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, December 11, 2002 1:47 PM
To: [EMAIL PROTECTED]
Subject: Re: problem with chinese output in jsp/tomcat 4.1.12


it is the characters.  No chinese is displayed by this e-mail (my e-mail can
display chinese), you are not using the correct unicode or UTF-8 format.


*********************************************************************
Disclaimer: The information in this e-mail and any attachments is
confidential / privileged. It is intended solely for the addressee or
addressees. If you are not the addressee indicated in this message, you may
not copy or deliver this message to anyone. In such case, you should destroy
this message and kindly notify the sender by reply email. Please advise
immediately if you or your employer does not consent to Internet email for
messages of this kind.
*********************************************************************

___________________________________________________________________________
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