From dfb113bbd2b592285e5eb6a88eb57ce03dbc6db1 Mon Sep 17 00:00:00 2001 From: Andrei Zmievski Date: Mon, 17 Jul 2006 19:19:09 +0000 Subject: [PATCH] *** empty log message *** --- unicode-todo.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/unicode-todo.txt b/unicode-todo.txt index 43687660eb5..329470e467d 100644 --- a/unicode-todo.txt +++ b/unicode-todo.txt @@ -50,3 +50,6 @@ parsing API, e.g.: * Constant registration/fetching should do identifier normalization. * Identifier normalization in callbacks (zend_is_callable/zend_u_lookup_class) + +* Make zend_u_str_case_fold() do only case-folding and nothing else. The + normalization should be done by zend_normalize_identifier().