Set sys utf8 encoding

这个提交包含在:
craig-warren
2015-10-31 21:19:41 +00:00
父节点 31a91c4af9
当前提交 5b2b7eff5c

查看文件

@@ -14,6 +14,7 @@
# serve to show the default. # serve to show the default.
import os, re, shlex, sys import os, re, shlex, sys
sys.setdefaultencoding('utf8')
# If extensions (or modules to document with autodoc) are in another directory, # If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the # add these directories to sys.path here. If the directory is relative to the