Hi, I wonder why my view sets an HTTP header of "Content-Type: text/html; charset=iso-8859-1"
despite the configuration I do in the bootsrap.php with: $view = new Zend_View($config->view->toArray()); referencing my config.ini with : view.encoding="UTF-8" view.escape=htmlentities view.strictVars=1 which produces, as expected, in my rendered page: <meta content="text/html; charset=UTF-8" http-equiv="Content-Type"/> Where is my error? ----- Guillaume ORIOL Sofware architect Technema -- View this message in context: http://www.nabble.com/encoding-in-HTTP-headers-tp19646506p19646506.html Sent from the Zend Framework mailing list archive at Nabble.com.
