You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ar...@locus.apache.org on 2000/02/26 01:17:01 UTC

cvs commit: jakarta-tomcat/src/tests/webpages/jsp chinese.jsp japanese.jsp

arun        00/02/25 16:17:01

  Added:       src/tests/webpages/jsp chinese.jsp japanese.jsp
  Log:
  More jsp tests.
  
  Revision  Changes    Path
  1.1                  jakarta-tomcat/src/tests/webpages/jsp/chinese.jsp
  
  Index: chinese.jsp
  ===================================================================
  <%@ page contentType="text/html; charset=Big5" %>
  
  <HTML>
  <HEAD>
  <TITLE>Chinese content</TITLE>
  </HEAD>
  <body>
  
  Chinese content follows
  <b> ���k </b> <b> ���A�妱�P </b>
  </BODY>
  </HTML>
  
  
  
  1.1                  jakarta-tomcat/src/tests/webpages/jsp/japanese.jsp
  
  Index: japanese.jsp
  ===================================================================
  <%@ page contentType="text/html; charset=SJIS" %>
  
  <HTML>
  <HEAD>
  <TITLE>Japanese content</TITLE>
  </HEAD>
  <body>
  
  Japanese text follows
  <b> �褯�������Ȳ��� </b>
  </BODY>
  </HTML>