Hi
I have some problems with Apache Tomcat (1.3.24/4.0.2 + mod_webapp) and the character
encoding.
I have used: request.setCharacterEncoding("ISO-8859-1"); and when I want to display
the following line (in Danish):
"Sj�lland og �erne"
I get these results:
Mozilla (Linux OS): "Sj�lland og �erne"
Netscape (Windows OS): "Sj�lland og �erne"
Explorer (Windows OS): "Sj�lland og �erne"
The data are fetched from a PostgreSQL DB Server encoded to LATIN1. When I am using
the data from DB directly within my JSP pages there are no problems. It is only when I
am using the parameters received from other pages I see the problem with the character
encoding.
Anyone that have a solution to this problem?
Best regards,
Lars Nielsen Lind