Hi All, I have a problem. My database is Oracle and its character set is WE8ISO8859P1. In database, I have stored special Polish characters.
When I display these data in browser using J2EE technology(servlets and jsp's), I face the following problem. When the character set in browser is Central European(Windows-1250), then small a with ogonek(\u0105) comes fine. When the character set in browser is Central European(ISO-8859-2), then small a with ogonek(\u0105) comes like s with caron(\u0161). (In the database, what I have is a with ogonek) I don't know why. Could anyone please explain me what should I do to get rid of this problem that in ISO-8859-2 I get the a with ogonek displayed properly. Aravind

