Label label;
add(label = new Label ("name","Générer Document"));"
label.setEscapeModelStrings(false);
Thijs
Fabien D. schreef:
Hi everybody,
I'm french and unfortunately in french we have stresses!
My server tomcat is using UTF-8, and all my files are encoding in UTF-8, and
I want to use this standard.
When I want to display a label : like this
"add(new Label ("name","Générer Document"));"
It displays :
Générer Document
I try to use file.propertie and getString(), it is the same issue, I try to
replace "é" by html caracter "é" but it displays "é"....
So I don't know where it is the problem with UTF-8 because if my file is
encoding in ISO-8859-1 it woks well.
If you have suggestion, thank you in advance.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]