DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New] Link: http://www.fltk.org/str.php?L2349 Version: 1.3-current Comments in src/fl_utf.c for fl_utf8encode() and fl_utf8decode() indicate that they only work for Unicode characters in the range U+0 - U+10FFFF inclusive, because is what RFC 3629 defines in order to handle all UTF16 characters. However, there are lots of places in the code where there are tests for "ucs < 0x10ffffU" rather than "ucs <= 0x10ffffU", so FLTK does not in fact handle U+10FFFF. Clearly nobody has tried to use it yet. Link: http://www.fltk.org/str.php?L2349 Version: 1.3-current _______________________________________________ fltk-bugs mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-bugs
