0 Replies Latest reply on Oct 11, 2004 11:34 PM by matthewyeh

    Double  bytes string does not present exactly on JBoss 4.0.

    matthewyeh

      Hi, there:

      I write down a simple test program "index.jsp" on JBoss 4.0 as following:

      <%@ page language="java" contentType="text/html;charset=Big5" %>
      <html>
      <head>
      <title>JBOSS's Test Program</title>
      </head>
      <body>
      <form action="" method="">
      Input String: <input name="show" type="text" size="10" value="">
      </form>
      <hr>
      Show: <%=request.getParameter("show")%>
      </body>
      </html>


      When I type Chinese words (Big5), it does not get exact response words.

      Does JBoss 4.0 work properly about double bytes presentation?

      Best regards,