只要把python脚本保存为utf-8的格式,那么无论是eclipse还是Python shell都可以正常使用中文了,哈哈,太爽了!!!!通杀所有2.7以上python版本

 

另外在使用pymssql时,这样调用:

conn = pymssql.connect(host =strServer,database =strDBName,user=strUser,password=strPassword, charset="utf8")

就可以正常处理中文了!