|
From: zuolaw <hq...@hy...> - 2007-03-20 15:59:05
|
Hi Heather, Appreciated your help. I don't know how to upload the files in this forum, will you please send email to my mailbox(mak...@gm...), I will send the files to you. Actually I did the following: 1.Modified the /web/portal/MainLayout.jsp (It should be <html:html> rather than <html:html locale="true">) And add the line at the top <%@ page language="java" contentType="text/html; charset=UTF-8" %> 2. Modified the /web/common/Login.jsp, /web/common/Header.jsp, /web/common/Head.jsp, Changed <%@ page language="java"> to <%@ page language="java" contentType="text/html; charset=UTF-8" %> 3. Create an new ApplicationResources_jp.properties 4. native2ascii -encoding utf-8 ApplicationResources_jp.properties /converted/ApplicationResources_jp.properties 5. Add one filter to configure the encoding of request, I will send the source code to you. It turns out that the layout is localized, however, in some pages like RecentAlerts.jsp, it still displays ??? Thanks Zuo |