summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Zmievski <andrei@php.net>2005-08-12 18:14:26 +0000
committerAndrei Zmievski <andrei@php.net>2005-08-12 18:14:26 +0000
commitc699b51a0e8fae4eb400b1bb82937577f34e6e61 (patch)
tree5996ca41f3dfcc6aa99e46cb64525591b08e9348
parent969c533b83a7632a8c2cf93cc452bc01e690f9a7 (diff)
downloadphp-git-c699b51a0e8fae4eb400b1bb82937577f34e6e61.tar.gz
Update.
-rw-r--r--unicode-todo.txt3
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?