Skip to content

Instantly share code, notes, and snippets.

@rominf
Created November 17, 2013 18:03
Show Gist options
  • Save rominf/7516157 to your computer and use it in GitHub Desktop.
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
print('Hello,')
print('Привет,!')
print('Hello, world')
print('Привет, мир!')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment