Andrei Zmievski wrote:
    + Determining length of Unicode strings via strlen() function, some
      simple string functions ported (substr).

It's not a problem to determine kind of char in single byte character sets, but in the unicode with various encoding schemas I don't see easy way how to do it.

It will be nice to have functions like this: isNumber(char), isAlphabetic(char), isWhitespace(char) ...

It is on the plan or not?

--
Ondrej Ivanic
([EMAIL PROTECTED])

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to