...modified the subject line to better follow up later. Am 21.06.07, 09:10 +0100 schrieb MacArthur, Ian (SELEX) (UK):
> I guess that the ideal is to get the html page converted into utf8 > sequences, then the conversion table will go away anyway, since the > mapping from html codes to local charset will disappear. Or something... The quote_char function sits in the middle of format(). So I think with the patch suggested, and possibly repeating it at other places as well, it is pretty much what you want: Convert from html &...; descriptions to utf8 and place the later into the text. At least that solution is already choosen in the fltk2 tree. Thats where I have copied. The table in quote_char() is already a more elegant solution. I will come with a complete diff for that later this day. kind regards Kai-Uwe Behrmann -- developing for colour management www.behrmann.name + www.oyranos.org + www.cinepaint.org _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

