> 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
[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]
>
> 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
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
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