Am 21.06.07, 07:52 +0200 schrieb Kai-Uwe Behrmann:

> 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.

Indeed I removed the __APPLE__ version of ENC in front of quote_char(), 
and after that the ae oe ue glyphs are displayed correctly on osX.

Seems I'll go to publish a release candidate soon :-)


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

Reply via email to