From 8f01ff8b4acedbab21256e171c83800f62fd5dfa Mon Sep 17 00:00:00 2001 From: Andrei Zmievski Date: Fri, 23 Jun 2006 00:08:18 +0000 Subject: [PATCH] Update. --- unicode-todo.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/unicode-todo.txt b/unicode-todo.txt index 42c48e563a6..c99a930f8ab 100644 --- a/unicode-todo.txt +++ b/unicode-todo.txt @@ -5,9 +5,6 @@ * Discuss putting ZEND_ATTRIBUTE_FORMAT back on zend_error() or create a new zend_error_ex() function that supports new specifiers -* Should we apply identifier validity checks in functions that deal with - identifiers, such as define(), get_class(), etc? - * Determine how to deal with filesystem and filenames when Unicode is involved. This concerns both the extension functions and things like compile_file(), open_file_for_scanning(), etc. @@ -25,8 +22,6 @@ is almost there, but needs to handle conversion errors and provide a way to explicitly re-decode raw data with specified encoding. -* output.c needs a lot of work as it passes char* around - * Optimize T_INLINE_HTML blocks conversion by either creating a converter cache or remembering the last used converter in the executor globals.