Which version of AppFuse are you using? It sounds like 2.x. Getting native2ascii to work is still something we need to do:
http://issues.appfuse.org/browse/APF-561 If you'd like to try to figure out how to get the new native2ascii plugin to work properly, please do. Here's what I have configured in a local file: <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>native2ascii-maven-plugin</artifactId> <version>1.0-beta-1-SNAPSHOT</version> <configuration> <dest>target/classes</dest> <src>src/main/resources</src> </configuration> <executions> <execution> <goals> <goal>native2ascii</goal> </goals> <configuration> <encoding>UTF8</encoding> <includes>ApplicationResources_zh*</includes> </configuration> </execution> </executions> </plugin> So far, I haven't been able to get this to work. Here's a message I posted to the Maven user list: http://www.nabble.com/native2ascii-maven-plugin-is-now-in-mojo%27s-sandbox-tf2944026s177.html#a8716097 Any assistance you can provide would be great! Matt On 1/31/07, deserteagle <[EMAIL PROTECTED]> wrote:
If i write chinese in jsp, such as 用户, those chinese would become ?. I have no such problem when i use struts2+spring. i modify the web.xml & struts.properties, but still can't solve the problem. -- View this message in context: http://www.nabble.com/Why-can%27t-i-write-chinese-directly-in-jsp--tf3147464s2369.html#a8725213 Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- http://raibledesigns.com
