diff options
author | animalize <animalize@users.noreply.github.com> | 2018-10-08 21:20:54 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2018-10-08 21:20:54 (GMT) |
commit | 6261ae9b01fb8429b779169f8de37ff567c144e8 (patch) | |
tree | aefaf4d450ab64edbbd8a0566e2801cd58f82182 /Misc | |
parent | 60d230c78f1e46832fded8b3a8ee604aafa5cc11 (diff) | |
download | cpython-6261ae9b01fb8429b779169f8de37ff567c144e8.zip cpython-6261ae9b01fb8429b779169f8de37ff567c144e8.tar.gz cpython-6261ae9b01fb8429b779169f8de37ff567c144e8.tar.bz2 |
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.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Documentation/2018-10-08-19-15-28.bpo-32174.YO9CYm.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2018-10-08-19-15-28.bpo-32174.YO9CYm.rst b/Misc/NEWS.d/next/Documentation/2018-10-08-19-15-28.bpo-32174.YO9CYm.rst new file mode 100644 index 0000000..a11a4b3 --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2018-10-08-19-15-28.bpo-32174.YO9CYm.rst @@ -0,0 +1,2 @@ +chm document displays non-ASCII charaters properly on some MBCS Windows +systems. |