You shouldn't be including non ascii literals in your java code. While
it is possible it can cause problems in various environment. You
should put all your chinese texts in property files (using the proper
escaping).

-Matej

On Dec 14, 2007 5:57 PM, JohnSmith333 <[EMAIL PROTECTED]> wrote:
>
> My wicket code in xp  show normally.  The text isn't incomprehensible.
> But when I deploy the code to linux os and in weblogic ap server.
> The text from db table date also OK. The text code in html also OK.
> But the text code in wicket program all are incomprehensible.
> I am use the Chinese language. Just like below:
>  Label lblTest=new Label("lblTest","測試");
> The "測試" is incomprehensible in browser.
> All html code have write the below already.
>  <?xml version="1.0" encoding="UTF-8"?>
>  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
>
>  Coule anyone help me to solve the Text incomprehensible problem? Versy
> thanks
> --
> View this message in context: 
> http://www.nabble.com/Text-is-incomprehensible-tp14339664p14339664.html
> Sent from the Wicket - Dev mailing list archive at Nabble.com.
>
>

Reply via email to