Hello Ian,
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>
class Sender : public Fl_Box {
public:
as well the Fl_Help_View.cxx quotation gets fixed by the following:
@@ -2198,10 +2199,7 @@
if (qch < 0)
*s++ = '&';
else {
- int l;
- l = fl_ucs2utf((unsigned int) qch, s);
- if (l < 1) l = 1;
- s += l;
+ *s++ = qch;
ptr = strchr(ptr, ';') + 1;
}
}
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.
kind regards
Kai-Uwe Behrmann
--
developing for colour management
www.behrmann.name + www.oyranos.org + www.cinepaint.org
Am 20.06.07, 16:45 -0400 schrieb Ian MacArthur:
> New tarball is at:
>
> http://www.imm.uklinux.net/fltk/fltk118-utf8-2007-06-20.tar.bz2
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk