We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
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
sout...@gmail.com
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Original issue reported on code.google.com by
sout...@gmail.com
on 30 Nov 2013 at 6:37The text was updated successfully, but these errors were encountered: