On 20 Jun 2007, at 18:25, Kai-Uwe Behrmann wrote:
> The attached patch fixes some flags in fltk-utf8-config.in to show all
> link libraries. Would you include? Thanks.
Done - there should be another tarball up later this eve.
> HTML does not work for ü ö and so on.
> The table starting in Fl_Help_View.cxx:3216
> { "Auml;", 5, ENC(196,128) },
> { "auml;", 5, ENC(228,138) },
> exports only the one value.
>
> #ifdef __APPLE__
> # define ENC(a, b) b
> #else
> # define ENC(a, b) a
> #endif
>
> Is this correct utf8 or something left over?
I haven't done much to the Help-View code yet so that is all as per
1.1.8. As I understand it, it is making the appropriate character
mapping either as latin-1 (might be CP1252, I haven't really checked)
or mac-roman, depending on platform.
So, no, it is not valid Utf8 (although it probably returns the right
thing in most cases... maybe... more or less...)
Anyway, it's on the list - if anyone fixes it first, I'll be relieved!
--
Ian
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk