我试图运行fix_bad_unicode
找到here并添加:
if __name__ == '__main__':
A = fix_bad_unicode(u'hell€')
print A
我在print语句中收到错误:
在崇高文本的控制台中 UnicodeEncodeError: 'ascii' codec can't encode character u'\u20ac' in position 4: ordinal not in range(128)
和
Windows命令提示符中的 UnicodeEncodeError: 'charmap' codec can't encode character u'\u20ac' in position 4: character maps to <undefined>
我尝试过更改为lucida console字体。
有什么建议吗?
编辑:此外,python提示中的print "€"
给出了?