Created
November 17, 2013 18:03
-
-
Save rominf/7516157 to your computer and use it in GitHub Desktop.
UnicodeDecodeError on python3 with pygments and unicode source file
https://github.com/inducer/pudb/issues/56
This file contains hidden or 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
print('Hello,') | |
print('Привет,!') |
This file contains hidden or 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
print('Hello, world') | |
print('Привет, мир!') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment