> Me: > The first problem here is that the various macros to handle > extended mappings, ie. ERRORS_TO_ISO8859_1, ERRORS_TO_CP1252 and > STRICT_RFC3629 only apply to the fl_utf8decode() function in > fl_utf.c [from FLTK2 ?] The other functions there, e.g. fl_utf8fwd() > and fl_utf8back() assume they have true utf-8 sequences only, and > I don't think they will handle isolated CP1252 0x80-0x9f characters > properly. But I need to check this.
fl_utf8fwd() and fl_utf8back() both call fl_utf8decode() so they do handle isolated CP1252 0x80-0x9f characters. Just thought I should clear that up. D. _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
