Python configures encoding issues under eclipse

Source: Internet
Author: User

Settings for Eclipse

Window->preferences->general->editors->text Editors->spelling->encoding->utf-8, the encoding format of the editor

Window->preferences->workspace->text file Encoding->utf-8

Open the Eclipse installation directory->eclipse.ini, add "-dfile.encoding=utf-8" to the last line

File encoding

PY file Remember to save to UTF-8, the first line of the file plus "#coding =utf-8", this sentence can control the code can enter Chinese characters

Set when run

Run-->run Configurations->python run->common-> Encoding->utf-8, this should be the runtime can solve the problem of Chinese garbled.

Change Blank module default display #-*-Coding:utf-8-*-

If you want to add "#-*-Coding:utf-8-*-" in a sentence each time you create a new empty module, you can go through window--preferences--pydev--editor--template--empty and then click "Edit "button, the statement we want to add into it, will be the default statements removed, rewritten as: #-*-Coding:utf-8-*-Such a sentence, and then you create a blank module, no need to copy the code statement every time


When you create a Python project, the input is too thin and can be

Window > Preferences>general>appearance>color and Fonts in the first to set, basic inside the textfonts set size can be.

Python configures encoding issues under eclipse

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.