andrei Fri Jun 23 21:26:48 2006 UTC Modified files: /php-src unicode-todo.txt Log: http://cvs.php.net/viewvc.cgi/php-src/unicode-todo.txt?r1=1.12&r2=1.13&diff_format=u Index: php-src/unicode-todo.txt diff -u php-src/unicode-todo.txt:1.12 php-src/unicode-todo.txt:1.13 --- php-src/unicode-todo.txt:1.12 Fri Jun 23 00:08:18 2006 +++ php-src/unicode-todo.txt Fri Jun 23 21:26:48 2006 @@ -30,3 +30,10 @@ stuff happens. * 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) { + }
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php