> found a compile hanging in dnd-test.cxx to fix with: > @@ -1,8 +1,8 @@ > /* Drag and Drop test demo. */ > #include <stdio.h> > #include <FL/Fl.H> > -#include <FL/Fl_Window.h> > -#include <FL/Fl_Box.h> > +#include <FL/Fl_Window.H> > +#include <FL/Fl_Box.H>
Odd - I ran that tarball on all three systems before I posted it and it compiled cleanly for me... Curious. However, your proposed fix seems reasonable. That said, the dnd-test segfaults for me anyway on X (apparently a XIM init issue) but is OK on OSX and win32. <html_view issues> Yes - that code's kind of half-way between utf and locale based encoding at present, so... I thought I was moving it in the right direction, but possibly not! > I am not shure if thats enough. The belonginh "int qch = > quote_char(ptr);" > is used at many places. Possibly there similiar changes must > be done as > well + removing the __APPLE__ version of the ENC macro. > As long as I know too less about this stuff, I dont like to suggest a > solution. 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... -- Ian SELEX Sensors and Airborne Systems Limited Registered Office: Sigma House, Christopher Martin Road, Basildon, Essex SS14 3EL A company registered in England & Wales. Company no. 02426132 ******************************************************************** This email and any attachments are confidential to the intended recipient and may also be privileged. If you are not the intended recipient please delete it from your system and notify the sender. You should not copy it or use it for any purpose nor disclose or distribute its contents to any other person. ******************************************************************** _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

