]> granicus.if.org Git - php/commitdiff
*** empty log message ***
authorAndrei Zmievski <andrei@php.net>
Sun, 26 Mar 2006 00:56:23 +0000 (00:56 +0000)
committerAndrei Zmievski <andrei@php.net>
Sun, 26 Mar 2006 00:56:23 +0000 (00:56 +0000)
unicode-todo.txt

index cd2d133a2312d1a9f6877a5e60a971482a4fa86c..6a515c46599e9d082c0bb71c5b721c7fd4a2f52b 100644 (file)
@@ -57,3 +57,7 @@
 
 * Optimize T_INLINE_HTML blocks conversion by either creating a converter
   cache or remembering the last used converter in the executor globals.
+
+* What to do with binary string literals and runtime casting? Literals are in
+  script_encoding, casting uses runtime_encoding. If they are different, bad
+  stuff happens.