File tree 3 files changed +4
-1
lines changed
3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changes in HTMLDOC v1.9.17
2
2
3
+ - Fixed multiple conversions of UTF-8 HTML files from the GUI (Issue #496 )
3
4
- Fixed some minor CodeQL warnings.
4
5
5
6
Original file line number Diff line number Diff line change 2
2
< head >
3
3
< meta name ="author " content ="Michael R Sweet ">
4
4
< meta name ="copyright " content ="Copyright © 1997-2022, All Rights Reserved. ">
5
- < meta name ="docversion " content ="htmldoc-1.9.16 ">
5
+ < meta name ="docversion " content ="htmldoc-1.9.17 ">
6
6
< meta name ="keywords " content ="Software ">
7
7
< title > HTMLDOC Users Manual</ title >
8
8
</ head >
Original file line number Diff line number Diff line change @@ -2510,6 +2510,8 @@ htmlSetCharSet(const char *cs) /* I - Character set file to load */
2510
2510
// bottom 128 characters matching US ASCII...
2511
2511
_htmlUTF8 = 0x80 ;
2512
2512
2513
+ memset (_htmlCharacters, 0 , sizeof (_htmlCharacters));
2514
+
2513
2515
for (i = 0 ; i < 128 ; i ++)
2514
2516
{
2515
2517
/*
You can’t perform that action at this time.
0 commit comments