Re: French chars not displayed correctly - Tomcat 7

2015-04-20 Thread Mark Thomas
On 20/04/2015 15:49, Neill Lima wrote: > Try adding this to your html: > > > ** > > > On Mon, Apr 20, 2015 at 4:45 PM, radiatejava wrote: > >> Hello Tomcat users, have code like this in my jsp: >> >> "${pageKeys.ui_user_name_label}"; >> >> Where represents a cell of an html table. >> >> Valu

Re: French chars not displayed correctly - Tomcat 7

2015-04-20 Thread radiatejava
Of course I have that in my html page. My aim was to ask whether tomcat (its libraries) itself is doing encoding of special chars. Thanks. On Mon, Apr 20, 2015 at 8:19 PM, Neill Lima wrote: > Try adding this to your html: > > > ** > > --

Re: French chars not displayed correctly - Tomcat 7

2015-04-20 Thread Neill Lima
Try adding this to your html: ** On Mon, Apr 20, 2015 at 4:45 PM, radiatejava wrote: > Hello Tomcat users, have code like this in my jsp: > > "${pageKeys.ui_user_name_label}"; > > Where represents a cell of an html table. > > Value of the variable pageKeys.ui_user_name_label populated in ser

French chars not displayed correctly - Tomcat 7

2015-04-20 Thread radiatejava
Hello Tomcat users, have code like this in my jsp: "${pageKeys.ui_user_name_label}"; Where represents a cell of an html table. Value of the variable pageKeys.ui_user_name_label populated in server side is in french and it is exactly as shown below: Nom d'utilisateur However, while displaying