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