]> granicus.if.org Git - php/commitdiff
*** empty log message ***
authorAndrei Zmievski <andrei@php.net>
Wed, 24 Aug 2005 21:04:33 +0000 (21:04 +0000)
committerAndrei Zmievski <andrei@php.net>
Wed, 24 Aug 2005 21:04:33 +0000 (21:04 +0000)
unicode-todo.txt

index 7aa3966da6587d1d8fe94361856ef957a0ec6636..cd2d133a2312d1a9f6877a5e60a971482a4fa86c 100644 (file)
@@ -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.