andrei Wed Aug 2 19:49:32 2006 UTC Modified files: /php-src unicode-todo.txt Log: http://cvs.php.net/viewvc.cgi/php-src/unicode-todo.txt?r1=1.19&r2=1.20&diff_format=u Index: php-src/unicode-todo.txt diff -u php-src/unicode-todo.txt:1.19 php-src/unicode-todo.txt:1.20 --- php-src/unicode-todo.txt:1.19 Thu Jul 20 18:14:50 2006 +++ php-src/unicode-todo.txt Wed Aug 2 19:49:32 2006 @@ -32,13 +32,6 @@ * 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.
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php