Skip to content

chm が文字化けする #664

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
GoogleCodeExporter opened this issue May 12, 2015 · 2 comments
Open

chm が文字化けする #664

GoogleCodeExporter opened this issue May 12, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link
Contributor

win7 64bit IE11 という環境なのですが、chm 
の表示が文字化けして読めなくなっています。

    <meta http-equiv="Content-Type" content="text/html; charset=cp932" />

と間違った文字エンコーディングが指定されている部分を��
�密に処理するようになったのだと思います。

http://toc-dev.blogspot.jp/2012/04/python-27.html
に従って layout.html と htmlhelp.py を変更し、できた html 
の文字エンコーディングの指定を以下のように置換すると��
�常に表示されるようになりました。

    <meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS" />

できたファイルは以下にアップロードしておきましたので��
�問題がなければ差し替えていただきたいと思います。
https://bitbucket.org/southly/py27

Original issue reported on code.google.com by sout...@gmail.com on 30 Nov 2013 at 6:37

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant