commit | c4c86fad8024dc91af8d785c33187c092b4e49d9 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Mon Oct 08 14:26:55 2018 -0700 |
committer | GitHub <noreply@github.com> | Mon Oct 08 14:26:55 2018 -0700 |
tree | c1d5df0895705c072958a2cf11b816d5c01ff9d9 | |
parent | c59e75ccf0ea8d882738214e0385f41eed51e3c7 [diff] |
bpo-32174: Let .chm document display non-ASCII characters properly (GH-9758) Let .chm document display non-ASCII characters properly Escape the `body` part of .chm source file to 7-bit ASCII, to fix visual effect on some MBCS Windows systems. (cherry picked from commit 6261ae9b01fb8429b779169f8de37ff567c144e8) Co-authored-by: animalize <animalize@users.noreply.github.com>