> It is impossible to say what you are doing wrong if you do not include your
> code. I use full internationalization on all my jsp pages with no
> problem. But, I don't know what your "encoding" code is.
I'll have to get back to you - it started working.
The "only" thing I did was set UNIX LOCALE to sl_SI.ISO8859-2. The funny thing is it
is not beahving like ISO-8859-2 is the default encoding. It is still ISO-8859-1, but
now when I set contentTpe to "text/html; charset=ISO-8859-2" the page displays OK.
Looks like DEC's JVM is nailed to ISO-8859-1 *if the LOCALE is set to "C"*. If it is
set to something from the i18n "menu", other encoings, localizations, etc. kick in.
Shucks! I just waisted a couple of weeks on that matter...
Nix.