From: Andrei Zmievski Date: Sun, 26 Mar 2006 00:56:23 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: RELEASE_1_3~261 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d38d354fe8c0446d18beaff87c6b2ff599217158;p=php *** empty log message *** --- diff --git a/unicode-todo.txt b/unicode-todo.txt index cd2d133a23..6a515c4659 100644 --- a/unicode-todo.txt +++ b/unicode-todo.txt @@ -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.