starz10de wrote:
One of my try to solve the problem is to use utf-8 in my html page as well as
in my backend. It doesn’t work because the reason was that the Browser
change automatically to iso encoding. Today I checked the browser encoding
before submit the query and saw that it use iso although in my html page it
is utf-8. I changed to utf-8 manually and submit the query and it works
fine.
Good. Now you are providing some real information.
I a login page (it has utf-8) I checked this also manually; after login is
successful a jsp page will be called to enter the query. This jsp page use
iso encoding although inside it utf-8 is defined.
I couldn’t understand from why the browser automatically user iso encoding
although I force it to use utf-8.
Neither do I, but let's find out.
Here how I do:
<meta http-equiv='Content-Type' content='text/html; charset=UTF-8'>
That looks correct.
Which browser is it ?
Did you get one of these plugins that I recommended ?
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org