---input---
  File "temp.py", line 1
SyntaxError: Non-ASCII character '\xc3' in file temp.py on line 1, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details

---tokens---
''            Generic.Traceback
'  File '     Text
'"temp.py"'   Name.Builtin
', line '     Text
'1'           Literal.Number
'\n'          Text

'SyntaxError' Generic.Error
': '          Text
"Non-ASCII character '\\xc3' in file temp.py on line 1, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details" Name
'\n'          Text
