Created
January 9, 2015 13:01
-
-
Save public/6781548d99298f351138 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
>>> b64encode(b'\xbe'.encode('utf-8')) | |
Traceback (most recent call last): | |
File "<stdin>", line 1, in <module> | |
UnicodeDecodeError: 'ascii' codec can't decode byte 0xbe in position 0: ordinal not in range(128) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment