Hi all. I'm having a bit of an page encoding problem. I'm trying to use 
ISO-8859-2 (a.k.a. Latin-2) page encoding and something is going wrong.

I have a page that wascreated first as HTML, with ISO-8859-2 encoding. This page 
displays OK under Dreamweaver 4 and web browsers.

Then I added JSP directives and converted it to a JSP page. The problem is that 
all text characters specific to our alphabet, from Latin-2 extended ASCII set, 
are displayed as "?".

The question mark is not browser's inability to display something - it is really 
a "?". Why is this happening?

What is more disturbing is that all data in my database, which is correctly 
entered both with LATIN2 and UNICODE encodings (I have two databases under 
PostgreSQL) also exibits this behaviour.

Could this be JDK issue? Could it be connected to i18n (internationalization) 
support under my OS.

I find it hard to believe that BOTH PostgreSQL JDBC driver AND Tomcat are at 
fault here. Any help?

OS: Digital UNIX 4.0D on Alpha
JDK/JRE: DEC/Compaq JDK 1.3.0 for Digital UNIX/Alpha
Tomcat: 4.01
Database: PostgreSQL 7.1.3

TYIA,
Nix.



--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to