[PHP-DEV] Re: Need a cache for ucnv_open()

2005-08-13 Thread Andrei Zmievski
zend_unicode.c is the place for it, IMHO. -Andrei On Aug 13, 2005, at 6:52 AM, Wez Furlong wrote: A number of extensions/functions (strangely, most of the things I work on :-) will need to be able to convert between unicode and arbitrary encodings. It makes a lot of sense to keep some kind o

[PHP-DEV] Re: Need a cache for ucnv_open()

2005-08-13 Thread cshmoove
Wez, zend_unicode.c may be a good bet, since the engine has to deal with various encodings anyway (script, output, runtime) clayton "Wez Furlong" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Since this cache needs to always be present (to avoid crazy conditional compilation) w