try this:
httpd -dfile.encoding=ISO8859_1

解决方案 »

  1.   

    "936   (ANSI...........GBK)" 我的机子上就是这个啊。
    也有可能是你在jsp或html设置的编码有冲突。
    在页面中一般这样设置:
    <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
      

  2.   

    httpd 不带-dfile.encoding这个参数。我得页面设置是
    <meta http-equiv="Content-Type" content="text/html; charset=ISO8859_1">
    所以要用437   (OEM - United States)这个编码。那位兄弟帮帮忙?
      

  3.   

    用<%@ page contentType="text/html;charset=GB2312" %>试试呢
    各人觉得resin对中文的支持还不错,我调tomcat才叫费劲
      

  4.   

    把<%@ page contentType="text/html;charset=GB2312" %>删除看看
      

  5.   

    Sorry, should be "D".
    httpd -Dfile.encoding
    try it, hope help.