python chm 中文帮助 (2.7 和 3.4)


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 中文帮助
下载 python34.chm 中文帮助


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM