The most obvious problem is this: > 1. Storing the Japanese text as Unicode in property > files
Property files must be encoded as ASCII with Unicode escapes for non-ASCII characters. Storing them as UTF-8 is not supported and will not work.
Use the 'native2ascii' tool that comes with the JKD to convert them and see if that fixes things.
L. jacob skariah wrote:
Hi All, I am developing an Internatinalized application based on struts frame work. But while displaying Japanese character, I am getting Junk data. I am getting issue with only multibyte characters (Japanese ...) Other laguages are working fine. I have done the following things.... 1. Storing the Japanese text as Unicode in property files 2. Set the pageEncodeing and charset as UTF-8 in JSP's 3. Set Encoding as UTF-8 in web.xml and tomcats conf/web.xml 4. Added the javaEncoding param as UTF-8 in tomcats conf/web.xml Please let me know if I am missing anything or do I need to do any additional settings. Enviornment ----------- Windows, Tomcat 5, Struts, JSTL Regards manoj
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]