码迷,mamicode.com
首页 > 编程语言 > 详细

python27.chm 中文帮助

时间:2014-12-23 06:36:56      阅读:197      评论:0      收藏:0      [点我收藏+]

标签:

sphinx-build 生成的(htmlhelp) 存在2个问题
1.生成的html 编码 cp2152,需要修改/sphinx/builders/html.py
    ctx[‘encoding‘] = encoding = self.encoding
    ctx[‘encoding‘] = encoding = self.config.html_output_encoding
   
2.sphinx-build 生成的 hhc 文件中的中文是Encode的,折腾半天手工Decode

下载 python27.chm 中文帮助

python27.chm 中文帮助

标签:

原文地址:http://www.cnblogs.com/nlsoft/p/4179332.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!