Leopold Toetsch wrote: > Peter Gibbs <[EMAIL PROTECTED]> wrote: > > + if (!chartype_array) > > chartype_init(); > > + if (!encoding_array) > > encoding_init(); > > T think, both should be done at interpreter startup, called from > string.c:string_init(). > > leo
I was just moving the code around within the specific files; but it obviously makes sense to do it at startup so we don't need to check all the time. Will change in my next commit. -- Peter Gibbs EmKel Systems