* 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.