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

[PHP-DEV] PHP Unicode support design document

2005-08-10 Thread Andrei Zmievski
Before we go breaking things, please read this document that describes how PHP will support the Unicode standard natively. Hopefully the attachment will work. Thanks, -Andrei Introduction As successful as PHP has proven to be in the past several years, it is still the only re