]> granicus.if.org Git - php/commitdiff
*** empty log message ***
authorAndrei Zmievski <andrei@php.net>
Wed, 2 Aug 2006 19:49:32 +0000 (19:49 +0000)
committerAndrei Zmievski <andrei@php.net>
Wed, 2 Aug 2006 19:49:32 +0000 (19:49 +0000)
unicode-todo.txt

index 11b2b64c7787f89414dae8ff15d7e36e1e1aec34..66e1ea0a05fac70def2f4a545891dfd157d5c762 100644 (file)
 
 * Control of fallback mappings in conversions.
 
-* Introduce ability to request strings in a specific encoding in parameter
-parsing API, e.g.:
-
-    if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s(ASCII)",
-            &locale, &locale_len) == FAILURE) {
-    }
-
 * Review the decision to coerce binary strings to Unicode when used as array
   keys.