summaryrefslogtreecommitdiff
path: root/unicode-progress.txt
diff options
context:
space:
mode:
authorAndrei Zmievski <andrei@php.net>2006-09-22 17:47:09 +0000
committerAndrei Zmievski <andrei@php.net>2006-09-22 17:47:09 +0000
commit50fe3da0af667df15567cd4d11d79439d92202da (patch)
tree3577a447e13c8a56d3c1624786524465c53ddb62 /unicode-progress.txt
parent12b0b6368a22e0daf18f0a3165ea194532893a2c (diff)
downloadphp-git-50fe3da0af667df15567cd4d11d79439d92202da.tar.gz
Unicode support in count_chars(). Note that due to the size of the
Unicode character set only mode=1 is supported.
Diffstat (limited to 'unicode-progress.txt')
-rw-r--r--unicode-progress.txt6
1 files changed, 1 insertions, 5 deletions
diff --git a/unicode-progress.txt b/unicode-progress.txt
index e79126d09a..a54f12421c 100644
--- a/unicode-progress.txt
+++ b/unicode-progress.txt
@@ -16,10 +16,6 @@ ext/standard
string.c
--------
- count_chars()
- Params API. Do we really want to go through the whole Unicode table?
- May need to use hashtable instead of array.
-
hebrev(), hebrevc()
Figure out if this is something we can use ICU for, internally.
Check with Zeev.
@@ -122,7 +118,6 @@ ext/standard
max()
range()
shuffle()
- strrchr()
end(), prev(), next(), reset(), current(), key()
@@ -150,6 +145,7 @@ ext/standard
bin2hex()
chr()
chunk_split()
+ count_chars()
dirname()
explode()
implode()