From: Andrei Zmievski Date: Wed, 24 Aug 2005 21:04:33 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: PRE_NEW_OCI8_EXTENSION~98 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d6a80f841dd108af37ca612dc2c03546cc160dce;p=php *** empty log message *** --- diff --git a/unicode-todo.txt b/unicode-todo.txt index 7aa3966da6..cd2d133a23 100644 --- a/unicode-todo.txt +++ b/unicode-todo.txt @@ -55,5 +55,5 @@ * Change implementation of strtoupper()/strtolower() to use simple case mapping. -* Store script encoding in the oparray structure and use it to convert - T_INLINE_HTML blocks. +* Optimize T_INLINE_HTML blocks conversion by either creating a converter + cache or remembering the last used converter in the executor globals.