Hey, all,
I am working on a web based database management application. Well, the
designing needs to input Chinese characters into the database via the HTML
form. As the specification says that the "get" method only supports
ISO8859-1 and "post" method supports much more, I choose the "post" method.
But no matter how I specify the character set the form should use, the
servlet always gets the input in the ISO8859-1 style. Moreover, like in the
"get", the one Chinese character is splitted into 2 chars whose high bytes
set to 0xFF. So bad! Can any one help me on that case, like how to correctly
set the character set the form should use, or, how to set the servlet
properties?
Thanks a lot!
Liou,
5/31/00
___________________________________________________________________________
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