On Mon, 20 Jun 2011, Anthony Ferrara wrote: > > text_to_array($s) == str_split($s, 1) > > No, because str_split always splits into 1 byte chunks. text_to_array > would take the character set into account (or that's where the utility > in it would be)...
No, as PHP currently does *NOT* know about character sets. If you want character set, we need Unicode strings like we had in the "PHP6" branch. Derick -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php