Re: First draft of dynamic chartype loading

2003-09-07 Thread Leopold Toetsch
Peter Gibbs <[EMAIL PROTECTED]> wrote: > The first draft of the dynamic chartype loading code has been committed. > All feedback welcome How much does that overlap with icu/*?. Will we use that code or tables only? What's the general plan? leo

First draft of dynamic chartype loading

2003-09-06 Thread Peter Gibbs
The first draft of the dynamic chartype loading code has been committed. In the process, several changes have been made to the CHARTYPE struct. The main purpose is to provide data fields in the structure, so generic functions can be used for transcoding and digit handling. Several ops have also be