My favorites | Sign in
Project Home Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions
Issue 1: 使用中文国家化文件时候的乱码问题
1 person starred this issue and may be notified of changes. Back to list
Status:  Fixed
Owner:  wangjian...@gmail.com
Closed:  Oct 2010


 
Project Member Reported by wangjian...@gmail.com, Oct 17, 2010
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.


Oct 17, 2010
Project Member #1 wangjian...@gmail.com

JForumTag.java 中修改

protected void write(String content) throws IOException {
		this.pageContext().getResponse().setCharacterEncoding("UTF-8");
		this.pageContext().getOut().write(content);
	}
Status: Fixed

Powered by Google Project Hosting