You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to spyd...@googlegroups.com
When I run script with unicode symbols in Spyder it works ok, but when I attempt to do the same from terminal, a UnicodeDecodeError error is raised. The script includes this header:
# -*- coding: utf-8 -*-'
Spyder shows UTF-8 encoding. Special symbols are written by strings like '╔' not prefixed by u. If all strings should be specified as u'╔' then why it works with Spyder? What could be the reason?