Matt wrote: > Two bugs a day? How about it. Here they are: > ... > 2348 test/editor fails to display misc/cp1252.txt and can hang > Unicode support New HIGH M
I attached a "work in progress" patch to the STR that "solves" this STR, but what it really reveals is that supporting UTF-8 with CP1252 recognition requires extra complexity and excessive string copying. Replies to "RFC: Pure UTF-8 or Hybrid CP1252 ?" in fltk.development http://www.fltk.org/newsgroups.php?gfltk.development+v:10979 indicate that most developers are in favour of supporting a pure UTF-8 system, so that all strings are converted on input or when loaded from file. Please followup to the fltk.development discussion thread above or comment on the patch using http://www.fltk.org/str.php?L2348 I won't have time to look at this again for a few days at least. Cheers Duncan _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

