1. Try to put <meta> tag to specify character set directly in your jsp.
2. Try to convert your Chinese string to "8859_1" encoding outside jsp. For example,
in a JavaBean.
The two methods above works fine for Japanese.
3. Visit Internationlization forum in java.sun.com.
Hope this might help.
"zhan yi" <[EMAIL PROTECTED]> wrote:
> I met two problems with chinese text.
> 1 When i include file from another chinese file, the included file will not
>display correctly. See attached file1.jsp and file2.jsp.
> 2 In tomcat-4.0-m4, I used setCharacterEncoding to process chinese form
>attribute, but it doesn't work. See attached file3.jsp.
>
> I am not clear where to seek support. Any suggestion is appreciated.
>