[PATCH 1/3] hhctrl.ocx: Add HTML to Unicode decoding capability to the table of contents (try 8).

Erich E. Hoover ehoover at mymail.mines.edu
Wed Jun 20 15:47:47 CDT 2012


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 a temporary buffer is now used to convert the
characters into their ANSI representation and then the Unicode
conversion is performed afterwards on the entire string (requested by
Alexandre Julliard and Marcus Meissner).  Also new in this version is
that the symbol look-up routine comparison has been simplified and the
decode_html() function has been converted to return the string
directly, rather than using an output parameter (both requested by
Alexandre).
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-hhctrl.ocx-Add-HTML-to-Unicode-decoding-capability-t.patch
Type: application/octet-stream
Size: 8084 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20120620/0617eb5a/attachment-0001.obj>


More information about the wine-patches mailing list