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, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to