Resolve Windows+eclipse+python Error: Syntaxerror:non-ascii character

Source: Internet
Author: User

The problem arises because Chinese or other non-English characters are used in the text.

The simplest solution:

Add an encoded representation to the first line of the file, and remember that it must be the first line, and there is no comment on the file or item in front of it.

In other words, under Windows Eclipse, if you need to print characters or annotate in Chinese, you must add the first line

#-*-coding:utf-8-*-

or # Coding=utf-8

I have been experimenting many times, are in the first line of the file to add the code, who knows eclipse will give the file annotated, the result is tragic. So the right way is to add #coding=utf-8 to the first line .

#coding =utf-8print ' Hello ';

  

If you need to comment on the file, just do it below the line.

Reference: https://www.python.org/dev/peps/pep-0263/

Resolve Windows+eclipse+python Error: Syntaxerror:non-ascii character

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.