From: Andrei Zmievski Date: Fri, 19 Aug 2005 22:58:40 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: PRE_NEW_OCI8_EXTENSION~138 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d84da736d794f88cffc9d36e6be3e1aabe8574cd;p=php *** empty log message *** --- diff --git a/unicode-progress.txt b/unicode-progress.txt index 845e156486..eb710052d0 100644 --- a/unicode-progress.txt +++ b/unicode-progress.txt @@ -14,8 +14,6 @@ ext/standard str_repeat() strpos() strstr() - strtolower() - strtotupper() substr() trim() ucwords() diff --git a/unicode-todo.txt b/unicode-todo.txt index 690a2b1a38..81f8f576e4 100644 --- a/unicode-todo.txt +++ b/unicode-todo.txt @@ -51,3 +51,6 @@ * Replace all instances of EMPTY_STR with U_EMPTY_STR which is defined to be ((UChar*)"\0\0") + +* Change implementation of strtoupper()/strtolower() to use simple case + mapping.