Ian wrote: >Do you have a suggestion on where I start investigating Unicode compliance?
In addition to the following: > Having small blocks of code that do a job and do it well. Use inheritance so > that similar pieces of code aren't replicated in may different places One routine for each function. One library for each group of similar functions. [string, math, graphics, etc.] >Redesigning the API to get rid of redundancy Cleaning up the mess that makes --- which will require rewriting a lot of routines, and deciding on a single library for each function --- will probably result in Unicode 4.0 compliance. xan jonathon -- The taxpayers of the United States of America have funded every major terrorist attack in the world since 1950. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
