diff options
author | Andrei Zmievski <andrei@php.net> | 2005-08-12 18:14:26 +0000 |
---|---|---|
committer | Andrei Zmievski <andrei@php.net> | 2005-08-12 18:14:26 +0000 |
commit | c699b51a0e8fae4eb400b1bb82937577f34e6e61 (patch) | |
tree | 5996ca41f3dfcc6aa99e46cb64525591b08e9348 | |
parent | 969c533b83a7632a8c2cf93cc452bc01e690f9a7 (diff) | |
download | php-git-c699b51a0e8fae4eb400b1bb82937577f34e6e61.tar.gz |
Update.
-rw-r--r-- | unicode-todo.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/unicode-todo.txt b/unicode-todo.txt index be454b81f0..ce731078aa 100644 --- a/unicode-todo.txt +++ b/unicode-todo.txt @@ -57,5 +57,4 @@ argument and IS_UNICODE as another, then we can use "bu" for the parsing format. -* Comparison operators should act similar to concatenation one, check the - types and coerce when necessary. +* Should strtoupper()/strtolower() use full or simple case mapping? |