Hi all - After reading some of the posts on getting internationalization working, I've got my struts app using the appropriate resource file (resources.properties and resources_zh.properties) depending on the locale of the user.
What I'm having trouble with is with the file I'm inputting into the native2ascii. I've been using NJStar Chinese WP to create my resources_zh.properties. I've tried saving the file in GB Text, Big 5 Text, UTF8 Text, and all the other available formats. I then feed this file to native2ascii to get my resources_zh.properties. All I'm getting is garbage in IE when I hit my test page. I've followed the example on this site: http://www.anassina.com/struts/i18n/i18n.html and added <%@ page contentType="text/html; charset=UTF-8" %> to the top of my test jsp. I've tried all the different IE View->Encoding options and I can't get the chinese text I originally entered into NJStar. Any ideas or suggestions? Thanks, Tony Li -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

