]> granicus.if.org Git - php/commitdiff
*** empty log message ***
authorAndrei Zmievski <andrei@php.net>
Mon, 10 Jul 2006 23:09:34 +0000 (23:09 +0000)
committerAndrei Zmievski <andrei@php.net>
Mon, 10 Jul 2006 23:09:34 +0000 (23:09 +0000)
unicode-todo.txt

index ffca6da5800cc3ca74ede6084aada554c2cda6a9..34e8abb95430ffedcad4e0b71f118c26ab6ed719 100644 (file)
@@ -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.