-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Pramodpm,
On 11/12/2009 4:49 AM, pramodpm wrote:
> We are getting following error:
> java.io.CharConversionException: Not an ISO 8859-1 character: <83>.
> It is not just <83>. Sorry I missed those last time.
>
> java.io.CharConversionException: Not
You can try forcing the JVM to start with UTF 8 using a JVM parameter.
-Dfile.encoding=UTF-8
Where you put it depends on how you start tomcat, I think JAVA_OPTS will do it.
This is quick and may work. You can also try to force the servlet
output stream to be in the encoding that you want from your
Konstantin Kolinko wrote:
2009/11/12 pramodpm :
We are getting following error:
java.io.CharConversionException: Not an ISO 8859-1 character: <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 t
2009/11/12 pramodpm :
>
> We are getting following error:
> java.io.CharConversionException: Not an ISO 8859-1 character: <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.
>
.io.OutputStream.write(OutputStream.java:99)
>>
>>
>
>
> -----
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
&
pramodpm wrote:
We are facing an encoding issue in apache-tomcat-6.0.20. This is working in
tomcat 5.5.23. We are trying to make a get request to external site. The
page contains some utf-8 characters.
No. The page probably contains Unicode characters, all encoded in the
UTF-8 encoding. W
ervlet.ServletOutputStream.print(ServletOutputStream.java:89)
>
> at
>
> at java.io.OutputStream.write(OutputStream.java:99)
>
>
> --
> View this message in context:
> http://old.nabble.com/Tomcat-6-encoding-issue-tp
Stream.write(OutputStream.java:99)
--
View this message in context:
http://old.nabble.com/Tomcat-6-encoding-issue-tp26313150p26313150.html
Sent from the Tomcat - User mailing list archive at Nabble.com.