Am 18.06.2012 15:52, schrieb Erich E. Hoover:
Real Name: Erich Hoover
Description: This patch adds the ability in HTML Help to convert HTML encoded characters (e.g. ê) into the Unicode character equivalent. This feature is needed by the table of contents and the index for displaying international characters in some CHM files. With this version of the patch the code for finding the appropriate symbol has been split out into a separate function (requested by Michael Stefaniuc) and the string comparison has been modified to use the larger of the two lengths (the length of the symbol to check and the length of the symbol given in the help file).
Changelog: hhctrl.ocx: Add HTML to Unicode decoding capability.
You're adding dead code here, you should maybe merge Patch 1 & 2