首页 > 编程语言 > 详细

python27.chm 中文帮助

时间:2014-12-23 06:36:43      阅读:298      评论: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
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!