2009/11/12 pramodpm <pramod_me...@satyam.com>:
>
> We are  getting following error:
> java.io.CharConversionException: Not an ISO 8859-1 character: <EF><BF><83>.
> It is not just <83>. Sorry I missed those last time.
>
> We are working with java6. If I use tomcat 5.5.23 it is working... But we
> would like to use the tomcat 6.
>

Those 5.5 and 6.0 are probably running on different computers, with
different locale settings in their OSes.

There are places in programs, where byte -> character conversion
occurs. In all those places you should explicitly specify, what
encoding those bytes are using.

If you do not specify the encoding explicitly (if you are lazy or do
not know how to do it), you will end up with platform default
encoding, and that will be different in different locales.



Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to