You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Krzysztof Cieślak <kc...@go2.pl> on 2001/04/26 18:15:58 UTC

hard encoded charset & i18n

Hi,
My application retrieves and stores some data in Oracle database using EJB.
To obtain proper encoding of chars I use following statement on every jsp
page

<%@ page language="java" contentType="text/html;charset=ISO-8859-2"%>

I also use international property file Resources_pl.properties. That works
fine, but without above statement.

When I put this 2 things together I obtain mess in place of polish chars.

Any ideas what I'm doing wrong?

greets,
Krzysiek