summaryrefslogtreecommitdiff
path: root/unicode-progress.txt
diff options
context:
space:
mode:
authorAndrei Zmievski <andrei@php.net>2006-08-14 22:00:46 +0000
committerAndrei Zmievski <andrei@php.net>2006-08-14 22:00:46 +0000
commitbd927905eeb087345a024bcd54edbb424dff0227 (patch)
tree604b4055449a0ff8ebfd00489d03ac62af6aefc9 /unicode-progress.txt
parentdf345b9e336f7bc6c0d2ac5bdc5a4150857f8b67 (diff)
downloadphp-git-bd927905eeb087345a024bcd54edbb424dff0227.tar.gz
Unicode support for strcoll().
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 7196354252..8fc9c72ff0 100644
--- a/unicode-progress.txt
+++ b/unicode-progress.txt
@@ -43,8 +43,6 @@ ext/standard
Params API. Rest - no idea yet.
str_replace()
- Params API, IS_UNICODE upgrade
-
stri_replace()
Params API, IS_UNICODE upgrade. Case-folding should be handled
similar to stristr().
@@ -52,9 +50,6 @@ ext/standard
str_word_count()
Params API, IS_UNICODE support, using u_isalpha(), etc.
- strcoll()
- Params API, upgrade to use Collator if TT == IS_UNICODE, test
-
stristr()
This is the problematic one. There are a few approaches:
@@ -188,6 +183,7 @@ ext/standard
str_rot13()
str_shuffle()
str_split()
+ strcoll()
strcspn()
strip_tags()
stripcslashes()