Hi


I encountered strange error:

I am using Jserv_ Apache  on non-English WindowsNT.

During running followng line, 'IOException:Not ISO8859_1 string!"  is
caught!

....
servletoutstream.println("<input type=submit name=save value=\"" + [Here,
nonASCII string exists] + "\">"); //  the NonASCII string has used 2byte
character before Unicode.
....


Even after I make following line precede , the Exception is also caught.
 System.setProperty("file.encoding","KSC5601");


Does anybody experience problem like above?

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to