Hello again,

I have been having internationalization problems, particularly with using UTF-8 
encoding. Dropped it for a few weeks, but looks like I have to confront the problem 
one way or another...

I've narrowed my questions a little bit, so please bear with me:

1) I'm testing with the i18n Shop example from WW1.3. I've modified Shop_fr.properties 
to using Japanese and then I saved the file to be UTF-8 file.

2) By bringing up the Shop example in a browser, I noticed that some texts show up 
(like title, etc), and some others become garbage.

3) The texts that show up are directly within the JSP page, as in:

        <webwork:text name="'main.title'"/>

right in my page, and it works great. I see Japanese characters displaying correctly.

4) The texts that don't show up are within <ui:xxx /> tags. I've modified 
"controlheader.jsp" in /template/xhtml/ to include this:
        <webwork:text name="'main.title'"/>
And this becomes garbage.

Based on this simplistic check, I assume the <ui:xxx /> tags are messing with my 
characters. How can I make them consistent? Basically, I want Japanese to show up in 
both my regular JSP page (which it already does, with a simple <webwork:text 
name="'main.title'"/> ), AND the <ui:xxx /> tags (where I added <webwork:text 
name="'main.title'"/> to the label section in controlheader.jsp and only garbage shows 
up).

Thank you very much for your help! I believe this should be the last of my problems... 
hope you can help!

Cheers!

James


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to