]> granicus.if.org Git - php/commitdiff
*** empty log message ***
authorAndrei Zmievski <andrei@php.net>
Tue, 12 Dec 2006 18:28:31 +0000 (18:28 +0000)
committerAndrei Zmievski <andrei@php.net>
Tue, 12 Dec 2006 18:28:31 +0000 (18:28 +0000)
unicode-progress.txt

index fd1091e5c480c1799308481fb4f4ab0018f74bef..7229efa8166d0bc7bec676ccd69102610777b55b 100644 (file)
@@ -23,11 +23,6 @@ ext/standard
     parse_ini_file()
         Params API, unicode filename support, depends on INI mechaniem
 
-    getopt()
-        Will use ASCII for options. $_SERVER['argv'] should not be converted
-        to Unicode and should stay binary, since we can't be sure of the
-        encoding on CLI. Console_Getopt may be changed to support encodings.
-
   array.c
   -------
     natsort(), natcasesort()
@@ -39,10 +34,6 @@ ext/standard
 
   string.c
   --------
-    hebrev(), hebrevc()
-        Figure out if this is something we can use ICU for, internally.
-        Check with Zeev.
-
     parse_str()
         Params API. How do we deal with encoding of the data?
 
@@ -52,9 +43,6 @@ ext/standard
     strnatcmp(), strnatcasecmp()
         Params API. The rest depends on porting of strnatcmp.c
 
-    strtr()
-        Check on Derick's progress.
-
     wordwrap()
         Upgrade, do wordwrapping on codepoint (or glyph ?) level, maybe use
         additional whitespace chars instead of just space.
@@ -556,6 +544,7 @@ ext/standard
     compact()
     count()
     extract()
+    getopt()
     in_array()
     min()
     max()
@@ -591,6 +580,7 @@ ext/standard
     count_chars()
     dirname()
     explode()
+    hebrev(), hebrevc()
     implode()
     levenshtein()
     localeconv()
@@ -628,6 +618,7 @@ ext/standard
     strtok()
     strtolower()
     strtoupper()
+    strtr()
     substr()
     substr_compare()
     substr_count()