Re: [PHP-DEV] PHP Unicode support design document

2005-08-16 Thread l0t3k
> Please don't use stupid caps, these are functions not methods. > > > Andrey of course not. see http://icu.sourceforge.net/apiref/icu4c/uchar_8h.html , but note that functions conform to PHP's function naming conventions ( lower_case_words_separated_by_underscores() ). clayton -- PHP Internal

Re: [PHP-DEV] PHP Unicode support design document

2005-08-16 Thread Andrey Hristov
[EMAIL PROTECTED] wrote: It will be nice to have functions like this: isNumber(char), isAlphabetic(char), isWhitespace(char) ... It is on the plan or not? its done already, just not committed yet... clayton ""Ondrej Ivanic"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]

Re: [PHP-DEV] PHP Unicode support design document

2005-08-16 Thread cshmoove
> > It will be nice to have functions like this: isNumber(char), > isAlphabetic(char), isWhitespace(char) ... > > It is on the plan or not? its done already, just not committed yet... clayton ""Ondrej Ivanic"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Andrei Zmievski wrot

Re: [PHP-DEV] PHP Unicode support design document

2005-08-16 Thread Ondrej Ivanič
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 t