> I think what you need to do is convert utf8 to 8-bits, and switch the > windows code page each time you encounter a character that cannot be > drawn with the current one. This would be done by the text > drawing code. > It probably needs a big lookup table from unicode to code page.
Yes, IIRC there used to be a lot of code, back in the day, for converting from Unicode (in whatever translation format) into "extended ASCI" of various code pages, to support all the various platforms that only really knew about code pages and so forth. So you might find something that works for you on Win98. But you syill need to ensure you have all the correct fonts and etc on each raget machine, and all that stuff... Although I'd still recommend just "losing" all the win98 boxes! ;-) 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
