In fltk-1.1, the character mapping tables "static uchar latin2roman[256]" and "static uchar roman2latin[256]" appear twice in the code (in separate link units) depending on whether you are OSX or not. I.e. they are defined in fl_encoding_mac_roman.cxx and in fl_encoding_latin1.cxx.
Oddly, though, the tables (although the values are identical) are declared with different size - the "Mac" versions are declared as 256 entries (which is correct) whilst the non-Mac latin1 tables are declared as 128 elements - which does not match the actual... Seems strange - is this intended? -- Ian SELEX Sensors and Airborne Systems Limited Registered Office: Sigma House, Christopher Martin Road, Basildon, Essex SS14 3EL A company registered in England & Wales. Company no. 02426132 ******************************************************************** This email and any attachments are confidential to the intended recipient and may also be privileged. If you are not the intended recipient please delete it from your system and notify the sender. You should not copy it or use it for any purpose nor disclose or distribute its contents to any other person. ******************************************************************** _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
