haitao ·
·
阅读: 1370
打开以前写的行汉字的py文件(ansi格式的),运行时报错。。。。。。
SyntaxError: Non-ASCII character '\xb0' in file Y:\hh8.py on line 1, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details
不会自动转为unicode的?
用uedit转存为utf-8、unicode,却都无法打开。。。。。。。。。