From ceb8b9b7c5196d436dd2366189962b41d5c96c1a Mon Sep 17 00:00:00 2001 From: Andrei Zmievski Date: Mon, 10 Jul 2006 23:09:34 +0000 Subject: [PATCH] *** empty log message *** --- unicode-todo.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/unicode-todo.txt b/unicode-todo.txt index ffca6da5800..34e8abb9543 100644 --- a/unicode-todo.txt +++ b/unicode-todo.txt @@ -20,7 +20,8 @@ * Need to finish making HTTP input work as described in the design doc. It is almost there, but needs to handle conversion errors and provide a way to - explicitly re-decode raw data with specified encoding. + explicitly re-decode raw data with specified encoding. Also check for + _charset_ request field which might be present. * Optimize T_INLINE_HTML blocks conversion by either creating a converter cache or remembering the last used converter in the executor globals.