Comment #1 on issue 185 by jhuangjiahua: ulipad 保存文件的时候,把编码的声明 字符去掉了?
http://code.google.com/p/ulipad/issues/detail?id=185
notepad 是自己加的 BOM 头, BOM 头不是必须的,也不建议。 Python 解释器可以看代码前边类似 # -*- coding: UTF-8 -*- 来识别编码。 -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings
