[PATCH 1/4] hhctrl.ocx: Add HTML to Unicode decoding capability (try 4).

Alexandre Julliard julliard at winehq.org
Thu Jun 14 12:22:46 CDT 2012


"Erich E. Hoover" <ehoover at mymail.mines.edu> writes:

> 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.  As of version
> 3 of the patch the decoding is done manually by parsing the HTML
> characters instead of using the web browser control, the search is a
> now a binary search, and it also includes some additional cleanup.  It
> is important to note that HTML Help only supports characters within
> the ANSI code pages, so support for multi-byte characters is not
> necessary.

I don't see why you'd want to use ANSI code pages for this, since they
will be converted to Unicode anyway.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list