]> granicus.if.org Git - php/commitdiff
*** empty log message ***
authorAndrei Zmievski <andrei@php.net>
Fri, 19 Aug 2005 22:58:40 +0000 (22:58 +0000)
committerAndrei Zmievski <andrei@php.net>
Fri, 19 Aug 2005 22:58:40 +0000 (22:58 +0000)
unicode-progress.txt
unicode-todo.txt

index 845e156486f47b750291ed833e233e555adea83b..eb710052d0ebbbbb4f9ea2d8c13391d4025ae429 100644 (file)
@@ -14,8 +14,6 @@ ext/standard
         str_repeat()
         strpos()
         strstr()
-        strtolower()
-        strtotupper()
         substr()
         trim()
         ucwords()
index 690a2b1a3870acd69e282b4bb0171e7631bca53f..81f8f576e4f723f697822619e49fefb540221811 100644 (file)
@@ -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.