> I had the same problem when loading data from the database ( swedish
> language ). They got messed up on the way. So the resolution in my
case
> was to make sure that the shell running orion supported swedish chars.

Got it working. The solution was to specify environment variable LANG:

        export LANG=en_US.UTF-8

And it seems that specifying content type and charset with a meta tag
is not enough. It has to be set using a <%@ page %> directive as well.

Now I have to find out how to define et_EE.UTF-8 for my system.

thanks,
Taavi

:-)

> Hope this helps.
> 
> Johan

it sure did



Reply via email to