Hello,

I wrote Japanese (euc-jp) string at HTML parts in test.jsp, and this
test.jsp include include_test.jsp like <%@ include file="include_test.jsp" %
>.
In this case, Japanese string is broken..

tomcat: 3.2.4, redhat: 7.2J, j2sdk-131_02

Does anyone know any idea?

[source file: test.jsp]
<%@ include file="include_test.jsp" %>.
 jsp code
<meta http-equiv="Content-Type" content="text/html; charset=euc-jp">
<html> <head> </head> <body>
 Japanese

[include file: include_test.jsp]
<%@ page contentType="text/html; charset=euc-jp" %>
 jsp code

Thanks in advance
Kimihiko Kitase

===========================================================================
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