| Issue 1: | 使用中文国家化文件时候的乱码问题 | |
| 1 person starred this issue and may be notified of changes. | Back to list |
What steps will reproduce the problem? 1. 在服务器端 配置-->zh_CN 2. 更新 3. 出现论吗 What is the expected output? What do you see instead? Please use labels and text to provide additional information. |
JForumTag.java 中修改 protected void write(String content) throws IOException { this.pageContext().getResponse().setCharacterEncoding("UTF-8"); this.pageContext().getOut().write(content); }