Eclipse settings new JSP file default character encoding is UTF-8__JSONP

Source: Internet
Author: User
While learning Java, maybe we'll use MyEclipse, but when we go into business, most companies will choose eclipse when they develop, but the default character encoding for the new JSP paging file in Eclipse is iso-8859-1:

This character encoding does not contain Chinese characters, if the Chinese characters are entered in the JSP file, the following error may occur when saving:

So, how do we set the default character encoding for a new JSP file?

First, open Eclipse, click the window pop-up drop-down list, select preference:

Then in the pop-up preference settings, find the Web, and click JSP files, we can see the default JSP file character encoding is iso-8859-1 (ISO Latin-1):

On the right, set encoding to ISO 10646/unicode (UTF-8), click OK to complete all settings, create a new JSP type of file, found that the default character encoding has changed to UTF-8 (*^__^*).

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.