Python troubleshooter----Resolution Unicodedecodeerror: ' ASCII ' codec can ' t decode byte 0xe6 in position 0

Source: Internet
Author: User

The python version of my linux server is 2.*, which appears unicodedecodeerror when Chinese encode (UTF-8): ' ASCII ' codec can ' t decode byte 0xe6 in position 0: Ordinal the problem of not in range (128). And there is no problem in 3.*.


Workaround: Join in front of the code
Import sysreload (SYS) sys.setdefaultencoding (' UTF8 ')

Python 2.x, the character encoding aspect, the design is not good. The string contains two----->STR strings (the encoding type of the string, which corresponds to what encoding your python file is stored in) and the Unicode string
In Python 3.*, the string is Unicode-encoded str. The above problem is a manifestation of the python2.*-slag code









If there is any doubt welcome to my public number to discuss with me ~

Python troubleshooter----Resolution Unicodedecodeerror: ' ASCII ' codec can ' t decode byte 0xe6 in position 0

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.