Java. Io. charconversionexception: Not an ISO 8859-1 character:

Source: Internet
Author: User

The initial code is as follows:

Httpservletresponse resp = NULL;

Out = resp. getoutputstream ();

Out. print ("<script language = 'javascript '> alert \ u5458 \ u5bfc \ u5165 \ u3002 '); window. close (); </SCRIPT> ");

The solution code is as follows:

Resp. setcontenttype ("text/html; charset = UTF-8 ");
Resp. getwriter (). Print (
"<Script language = 'javascript '> alert (' \ u8bfe \ u7a0b \ u6570 \ u636e \ u672a \ signature \ uff0c \ signature \ u8054 \ u7cfb \ u7ba1 \ u7406 \ u5458 \ u5bfc \ u5165 \ u3002 '); window. close (); </SCRIPT> "); // replace it with this one.
Resp. getwriter (). Close ();

Cause: it is estimated that stream outputs binary streams that do not encode characters. Stream only applies to ISO 8859-1 encoded characters, and writer outputs text information, is encoded by the system. Guess.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.