jsp层中包含另外一个jsp页面出现乱码
											我2个jsp页面单独显示都没有问题,可是这个页面的一个层把另外一个jsp页面包含进来就乱码!!!!哪位大哥大姐,可以告诉我么??怎么解决。。。。。。。。。。。。哪位帮帮我呀!!!!!!
 2010-04-25 18:48
	    2010-04-25 18:48
   2010-04-26 10:18
	    2010-04-26 10:18
   2010-04-26 12:05
	    2010-04-26 12:05
   2010-04-26 12:43
	    2010-04-26 12:43
   2010-04-27 15:36
	    2010-04-27 15:36
   2010-04-29 15:45
	    2010-04-29 15:45
   2010-05-02 21:15
	    2010-05-02 21:15
   2010-05-02 21:59
	    2010-05-02 21:59
   程序代码:
程序代码:<%!
String trans(String chi)
{
String result = null;
               byte temp [];
               try
               {
                       temp=chi.getBytes("gb2312");
                      result = new String(temp);
                }
                catch( e)
                {
                        System.out.println (e.toString());
                }
            return result;
}
String trans(Object chi)
{
   return trans(chi.toString());
  }
%> 2010-05-06 10:49
	    2010-05-06 10:49
   2010-05-06 12:09
	    2010-05-06 12:09