Java.io.CharConversionException:Not an ISO 8859-1 character: [Stay]

Source: Internet
Author: User

Take notes.

The problem code is as follows:

Response.setcontenttype ("Text/html;charset=utf-8");

Servletoutputstream out = Response.getoutputstream ();

Then I use the Out object to output Chinese characters to the page: Out.println ("<p> guestbook </p>");

Then prompt error: Java.io.CharConversionException:Not an ISO 8859-1 character: [Stay]

Character Conversion Exception:

In fact, Iso-8859-1 is a single-byte encoding, mainly used to denote English characters, not the correct representation of Chinese

So we want the output to be correct, without servletoutputstream.

My last use of printwriter out = Response.getwriter ();

Then output the content to the page with an Out object

Java.io.CharConversionException:Not an ISO 8859-1 character: [Stay]

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.