Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-35482: Fixes HTML escaping in CHM index and build location of NEWS file ↵ | Steve Dower | 2018-12-19 | 1 | -1/+19 |
| | | | | (GH-11224) | ||||
* | bpo-32174: Let .chm document display non-ASCII characters properly (GH-9758) | animalize | 2018-10-08 | 1 | -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. |