bibothekid wrote: > Moin! Moin Moin ;-)
> I have two questions! > > 1. Is fltk 1.1.9 the last in the line? There are some bugfixes in the current svn, so there is a high probability that there will be at least one more update version (1.1.10). > 2. How do i get the correct encodings for 1.1.9 Applications in > 1.3.x > It's a mess. All Words with some carrecter like ö,À or Ì ar cutted > after these. It where cutted everywhere. In Labels in Textboxes. FLTK 1.3 needs utf-8 encoding. This has been changed due to user requests. FLTK 1.3 is under development, but right now special characters outside the ASCII range (0-127) are somewhat "undefined", i.e. they show up differently on different OS's. They are either shown as if they were ISO-8859-1 encoded, cut off, or replaced by a replacement character. The intention is to make this behavior identical, however. > What is to do? You must encode all your strings and widget values as utf-8, and maybe convert the input values from input widgets back to your normal character encoding (if this is not utf-8). Albrecht _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

