Add Chinese support for Python in Eclipse __python

Source: Internet
Author: User

Original link: http://down.51cto.com/data/751371

The first thing to ensure is that the Eclipse Editor environment is encoded as UTF8, which is a major premise; second, if the py file contains Chinese characters, you need to declare the encoding in the py file.
1. Modify Eclipse Editor encoding

A to set the workspace encoding: Window-> preferences-> workspace->utf-8

B Setting Editor Encoding: Window-> Preferences-> editor-> text editor-> spelling->utf-8

C Set Configuration encoding: Open Eclipse installation directory->eclipse.ini, last line plus-dfile.encoding=utf-8.

d Modify the Python file encoding: In the first line of the py file plus #coding=utf-8, be sure to do it on the first line.

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.