From: Andrei Zmievski Date: Wed, 2 Aug 2006 19:49:32 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: RELEASE_1_0_0RC1~2128 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=74040c3e180c3d1eee17704968fcb056eb2f55ba;p=php *** empty log message *** --- diff --git a/unicode-todo.txt b/unicode-todo.txt index 11b2b64c77..66e1ea0a05 100644 --- a/unicode-todo.txt +++ b/unicode-todo.txt @@ -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.