[PHP-DEV] Re: [PHP-I18N] Re: [PHP-DEV] Re: TextIterator changes

2006-06-24 Thread Andrei Zmievski
Thanks, I know what they are for. I remember discussing Iterator vs. Traversable with you on IRC, and for some reason we settled on Traversable. Anyway, I'm changing it now. -Andrei On Jun 24, 2006, at 2:35 AM, Marcus Boerger wrote: Hello Andrei, you should reconsider giving it full it

Re: [PHP-DEV] Re: strlen() under unicode.semantics

2006-06-24 Thread Sara Golemon
On Thu, Jun 22, 2006 at 09:15:23PM -0700, Sara Golemon wrote: utf16 of php's internal encoding. Big or Little Endian? Yes. By that I of course mean that the endianness of U16 data points used internally by PHP are dependent on the architecture's endianness. For example: If it's x86, then

[PHP-DEV] Re: [PHP-I18N] Re: [PHP-DEV] Re: TextIterator changes

2006-06-24 Thread Marcus Boerger
Hello Andrei, you should reconsider giving it full iterator interface. Adding more functionality is of course quite easy and no problem at all. Sharing an interface also makes the whole thing feel much better as in no conflicts as in consistent. Actually that's what interfaces are for. Friday,