]> granicus.if.org Git - php/commitdiff
*** empty log message ***
authorAndrei Zmievski <andrei@php.net>
Wed, 17 Aug 2005 18:16:44 +0000 (18:16 +0000)
committerAndrei Zmievski <andrei@php.net>
Wed, 17 Aug 2005 18:16:44 +0000 (18:16 +0000)
unicode-todo.txt

index ce731078aa29302fe521ee24573a09668a65020f..e045aabc75d3927f9ab9553c465cb067a1401dd5 100644 (file)
 
 * output.c needs a lot of work as it passes char* around
 
-* Require and/or bundle ICU 3.4.
-
-* Right now if a function passes "TT" to zend_parse_parameters(), and one of
-  the arguments is IS_BINARY, then all of the rest of T arguments are
-  converted to IS_BINARY as well. I will modify it so that if one of the other
-  arguments is IS_UNICODE then we generate an error and abort parsing. If we
-  do run across a function that really needs to accept IS_BINARY as one
-  argument and IS_UNICODE as another, then we can use "bu" for the parsing
-  format.
-
 * Should strtoupper()/strtolower() use full or simple case mapping?