From d84da736d794f88cffc9d36e6be3e1aabe8574cd Mon Sep 17 00:00:00 2001 From: Andrei Zmievski Date: Fri, 19 Aug 2005 22:58:40 +0000 Subject: [PATCH] *** empty log message *** --- unicode-progress.txt | 2 -- unicode-todo.txt | 3 +++ 2 files changed, 3 insertions(+), 2 deletions(-) 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. -- 2.50.1