Hello,
We are developing web application, with Java Servlets (on TomCat), MySQL
database and we are using lithuanian charset "windows-1257" for encoding.
I've set in servlet :
response.setContentType("text/html; charset=windows-1257");
and in each html template <meta> tag windows-1257 encoding.
Everything is deployed on Win2000 server, on server is set Regional setings
to Lithuanian.
Problem is that in our office we have computers with Win2000, Win95 and
Win98. On computers with Win2000 this web application is accesed perfectly,
but on Win95 and Win98 it shows squares instead lithuanian letters. In IE on
each computer is also set View->Encoding->Baltics.
Sometimes in Tomcat console on the server I've get message:
DecodeInterceptor: Charset from session ISO-8859-1
and sometimes :
DecodeInterceptor: Charset from session windows-1257
Could it be MySQL problem? But if everything is perfect on win2000? How it
could be?
Where could be the problem?
Kestutis Naureckas,
projects manager,
Belsoft Ltd.