Hi, On Wed, 2008-06-11 at 01:01 -0700, Texin, Tex wrote: > When I looked at the code, I assumed that it wasn't intended for > international use > I'll have to go back and look to give you details, but it doesn't work for > international use or unicode. > It would be ok for 8859-1.
That's the default case in PHP < 6, in current PHP versions all string operations use on "binary" strings, so all references to offset work on byte not character base. That's one of the main reasons for PHP 6. johannes -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php