summaryrefslogtreecommitdiff
path: root/Doc/tools/extensions/escape4chm.py
Commit message (Collapse)AuthorAgeFilesLines
* bpo-35482: Fixes HTML escaping in CHM index and build location of NEWS file ↵Steve Dower2018-12-191-1/+19
| | | | (GH-11224)
* bpo-32174: Let .chm document display non-ASCII characters properly (GH-9758)animalize2018-10-081-0/+39
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.